An open API service indexing awesome lists of open source software.

https://github.com/simonamdev/neopysqlite

Python wrapper to access SQLite databases
https://github.com/simonamdev/neopysqlite

Last synced: 7 months ago
JSON representation

Python wrapper to access SQLite databases

Awesome Lists containing this project

README

          

# 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](https://travis-ci.org/purrcat259/pysqlite.svg?branch=master)](https://travis-ci.org/purrcat259/pysqlite)

## 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