PostgreSQL.jl
PostgreSQL.jl copied to clipboard
Changes purpose of package to be just a wrapper for libPQ.jl that supports DBInterface.jl
Since libPQ.jl
does not want to obey to an interface standard, this package provides a common interface with DBInterface.jl
making it easy to switch databases.
I added some simple test but I do not know how to setup CI pipeline for github.