JuliaDatabases / PostgreSQL.jl

DEPRECATED: use LibPQ.jl instead
https://github.com/invenia/LibPQ.jl
Other
60 stars 39 forks source link

Changes purpose of package to be just a wrapper for libPQ.jl that supports DBInterface.jl #59

Open ValentinKaisermayer opened 3 years ago

ValentinKaisermayer commented 3 years ago

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.

ValentinKaisermayer commented 3 years ago

I added some simple test but I do not know how to setup CI pipeline for github.