You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,24 @@
11
11
> If you have a PostgreSQL database - based on your configuration, NpgsqlRest can create **blazing fast REST API automatically** and **write client code** for your project.
12
12
>
13
13
14
-
<!---
15
-
Read the [introductory blog post](https://vb-consulting.github.io/blog/npgsqlrest/).
14
+
Read the **[NpgsqlRest Version 2 Blog Post](https://vb-consulting.github.io/blog/npgsqlrest-v2/).**
16
15
17
-
See the changelog for the latest release changes [changelog.md](https://github.com/vb-consulting/NpgsqlRest/blob/master/changelog.md).
18
-
-->
16
+
See the changelog for the latest release changes in the **[Changelog](https://vb-consulting.github.io/npgsqlrest/changelog/).**
For all available build options, see the **[options documentation](https://vb-consulting.github.io/npgsqlrest/options/).**
246
244
247
245
#### Library Dependencies
248
246
@@ -251,7 +249,7 @@ For all available build options, see
251
249
- Npgsql 8.0.1
252
250
- PostgreSQL >= 13
253
251
254
-
Note: PostgreSQL 13 minimal version is required to run the initial query to get the list of functions. The source code of this query can be found [here](https://github.com/vb-consulting/NpgsqlRest/blob/master/NpgsqlRest/RoutineQuery.cs#L9C9-L9C49). For versions prior to version 13, this query can be replaced with a custom query that can run on older versions.
252
+
Note: PostgreSQL 13 minimal version is required to run the initial query to get the list of functions. The source code of this query can be found [here](https://github.com/vb-consulting/NpgsqlRest/blob/master/NpgsqlRest/RoutineQuery.cs). For versions prior to version 13, this query can be replaced with a custom query that can run on older versions.
0 commit comments