/psqlite

Pony interface to SQLite

Primary LanguagePonyMIT LicenseMIT

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"