Skip to content

A simple & easy to use Python API to use a SQLite database

License

Notifications You must be signed in to change notification settings

dpretet/sqliteapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite API

SQLiteAPI provides an easy way to use and manage an SQLite 3 database. It's simple and limited but done to replace a XML, JSON or text file to store data very easily, with all advantages of SQLite:

  • self-contained
  • high-reliability
  • embedded
  • full-featured
  • public-domain,
  • SQL database engine.

Tested with Python 2.6 & 2.7

About

A simple & easy to use Python API to use a SQLite database

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages