Python wrapper for SQLite functions
- Fork and clone repo locally
- Add SQLite folder to PYTHONPATH. Example using sys
- Check working correctly by running demo scripts below
- Python 2.7
The following two scripts are provided as a demonstration of usage examples for creating, inserting into, updating, and selecting from a database.
- create_database_example.py
- populate_database_example.py
- Mitchell Dawson - VGG