a66504e873924f26e5c2c589875d1846219a99a9
Serve a RESTful API from any Postgres database
Installation
brew install postgres
createuser -d postgres
cabal install -j --enable-tests --reorder-goals
Example usage:
dbapi -p 3000 -d postgres://postgres:@localhost:5432/dbapi_test
Running tests
cabal test
Languages
Haskell
67.3%
PLpgSQL
21.5%
Python
6.7%
Nix
4.3%
Shell
0.2%