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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ An interface to PostgreSQL from Julia. Uses libpq (the C PostgreSQL API) and obe
7
7
8
8
## Maintenance Notice
9
9
10
-
I can no longer spend work time on this so this project is in maintenance mode (accepting PRs and attempting to resolve issues). New code on the `dbapi` branch represents the most recent work, which I will continue if I am in a position to do so again.
10
+
I can no longer spend work time on this so this project is in maintenance mode (accepting PRs and attempting to resolve issues). New code on the `dbapi` branch (https://github.com/JuliaDB/DBAPI.jl) represents the most recent work, which I will continue if I am in a position to do so again.
* libpq shared library (comes with a standard PostgreSQL client installation)
51
-
*julia 0.3
51
+
*Julia 0.4
52
52
53
53
Tests require a local PostgreSQL server with a postgres user/database (installed by default with PostgreSQL server installations) with trusted authentication from localhost.
0 commit comments