/pony-sqlite

SQLite bindings for Pony

Primary LanguageCISC LicenseISC

pony-sqlite

SQLite bindings for Pony.

API documentation

API documentation can be found here

developing

This project uses the Pony docker image for building and testing.

  1. build the sqlite library
make sqlite
  1. build and test while you edit code
make watch

Note: this step requires entr to be installed locally