Skip to content

diversen/python-sqlite-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python sqlite object

Simple Python Sqlite3 CRUD and query tool

The main usage is probably if you don't use a ORM, but query the database directly.

Install python-sqlite-object

pip install git+https://github.com/diversen/python-sqlite-object

Or using a tag (latest):

pip install git+https://github.com/diversen/[email protected]

Usage

See example.py for an example.

Tests

The following SQL creates the database and the test table:

To run the tests:

python -m unittest discover -s tests

License

MIT

About

Simple object for interacting with sqlite

Resources

License

Stars

Watchers

Forks

Packages

No packages published