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
- Host: GitHub
- URL: https://github.com/simonamdev/neopysqlite
- Owner: simonamdev
- License: gpl-3.0
- Created: 2016-04-07T19:35:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T08:46:44.000Z (over 9 years ago)
- Last Synced: 2025-06-28T08:05:40.745Z (9 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
[](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