Skip to content

Module for simple data persistence using the SQLite architecture

License

Notifications You must be signed in to change notification settings

rolika/sqlite-tamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-tamer

Module for most common tasks in SQLite.

The Tamer() class provides easy, painless access to the underlying SQLite database through its methods.

Because it's a subclass of sqlite3.Connection, it inherits all of its methods, so the instance is capable to execute just about everything a normal SQLite connection can do.

Queries altering the database are immediately commited.

About

Module for simple data persistence using the SQLite architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages