/neopysqlite

Python wrapper to access SQLite databases

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

neopysqlite

A Python wrapper to access and update tables in an SQLite database. Previously named pysqlite, however it conflicted with another already existent module.

Build Status

Usage

Download

Run pip install neopysqlite

Alternatively:

  • Download via GitHub
  • Run the tests using python tests.py

Running

  • Import into your script via from neopysqlite.neopysqlite import Pysqlite
  • Instansiate a Pysqlite object and use as required

TODO

  • More instructions & documentation
  • More tests
  • Add methods to update rows
  • Add methods to create, drop tables

Licence

  • GNU GPLv3