sqlite-utils/sqlite_utils
Simon Willison 4441d6d838 Separate View and Table classes
Both of these subclass a common Queryable class.

Also updated documentation to cover the new View class.

And added view.drop() method.
2019-08-21 13:12:12 +03:00
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py Use pysqlite3 if available 2019-07-22 15:39:35 -07:00
db.py Separate View and Table classes 2019-08-21 13:12:12 +03:00
utils.py Added table.update(pk, ..., alter=True) 2019-07-28 17:51:49 +03:00