Skip to content

Python class to keep records in an sqlite table. Tries to be fast, thin and easy to use. No need to predefine a schema.

Notifications You must be signed in to change notification settings

samuelinsf/lazytable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic sqlite table wrapper for python.

Python class to keep records in an sqlite table. Tries to be fast, thin and easy to use. No need to predefine a schema.

Works in both python2 and python3. Automatically creates sqlite table and adds columns as your records use them.

About

Python class to keep records in an sqlite table. Tries to be fast, thin and easy to use. No need to predefine a schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages