Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gocmdpev | 768 | 3 years ago | 2 | mit | Go | |||||
A command-line GO Postgres query visualizer, heavily inspired by pev (https://github.com/AlexTatiyants/pev) | ||||||||||
Vipsql | 161 | 4 years ago | Vim script | |||||||
A vim-frontend for interacting with psql | ||||||||||
Postgresql Ocaml | 137 | 25 days ago | 7 | other | OCaml | |||||
OCaml-bindings for the PostgreSQL database | ||||||||||
Pgocaml | 133 | 2 years ago | 41 | other | OCaml | |||||
PG'OCaml provides an interface to PostgreSQL databases for OCaml applications. It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL statements inside the OCaml code. | ||||||||||
Pgsql Postal | 110 | 2 years ago | mit | C | ||||||
PostgreSQL binding for libpostal | ||||||||||
Dpq2 | 59 | 2 | a month ago | 138 | May 17, 2022 | 13 | bsl-1.0 | D | ||
This is yet another attempt to create a good interface to PostgreSQL for the D programming language. | ||||||||||
Node Postgres Pure | 55 | 164 | 78 | 9 years ago | 30 | December 13, 2014 | 3 | JavaScript | ||
node-postgres without any of the C/C++ stuff | ||||||||||
Pg Bricks | 50 | 5 | 4 | a year ago | 12 | August 07, 2017 | bsd-2-clause | JavaScript | ||
Higher level PostgreSQL client for Node.js | ||||||||||
Ext Pq | 34 | a month ago | 1 | bsd-2-clause | C | |||||
PostgreSQL client library (libpq) binding | ||||||||||
Hapi Node Postgres | 32 | 10 | 2 | 6 years ago | 14 | January 18, 2017 | 3 | mit | JavaScript | |
:package: Wrap hapi requests with a pg connection |
A Crystal binding to the native postgres library (libpq)
shards.yml
file:dependencies:
libpq:
github: abidon/libpq.cr
branch: master
libpq
functionsrequire "libpq"
conn = LibPQ.connect_db("postgres://user:[email protected]:5432/dbname")
print "#{LibPQ.status(conn)}\n"
LibPQ.finish conn
For more information, check the official Postgres documentation about libpq.
Copyright 2017 Aurélien Bidon ([email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.