Pony interface to SQLite
  • Pony 99.1%
  • Makefile 0.9%
Find a file
2020-02-21 20:26:01 +01:00
psqlite Implement exec 2020-02-20 16:35:11 +01:00
psqlite_test Update test to use in-memory db 2020-02-20 16:35:30 +01:00
.gitignore Initial commit 2020-02-20 01:03:15 +01:00
LICENSE Initial commit 2020-02-20 01:03:15 +01:00
Makefile Initial commit 2020-02-20 01:03:15 +01:00
README.md Basic installation 2020-02-21 20:26:01 +01:00

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"