Pony interface to SQLite
- Pony 99.1%
- Makefile 0.9%
| psqlite | ||
| psqlite_test | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
A (for now) basic pony wrapper around sqlite3
Installation
- Install pony-stable
- Run
stable add github ergl/psqlite - To use it in your code, simply add
use "psqlite"