[ANN] Postgres.jl: a Julia-native PostgreSQL client
Julia Programming Language
[ANN] Postgres.jl: a Julia-native PostgreSQL client
Hey all, I’ve been working on Postgres.jl for a while now, a PostgreSQL client written in Julia! Version 2.0 is available, and I’d love to have people try it out. Postgres.jl implements PostgreSQL’s wire protocol directly, using Reseau.jl for networking. It doesn’t wrap libpq. The public API uses DBInterface for connections and queries, and query results support both Tables.jl and StructUtils.jl, so results can be handled in nice tabular or domain-model friendly ways, respectively. Highlights...
0 comments
No comments yet.