Simon Willison
|
d645032cfa
|
add_foreign_key can now detect table and pk, refs #25
|
2019-06-12 21:51:09 -07:00 |
|
Simon Willison
|
3095f2e671
|
Added db[table].rows iterator
|
2019-02-21 21:29:50 -08:00 |
|
Simon Willison
|
0a8194e730
|
sqlite-utils optimize command, .optimize() and .detect_fts() table methods
|
2019-01-24 20:35:51 -08:00 |
|
Simon Willison
|
015bd2a840
|
Test for .table_names(fts5=True)
|
2019-01-24 20:23:53 -08:00 |
|
Simon Willison
|
66fd63b119
|
Ability to list just FTS4 or FTS5 table names
|
2019-01-24 19:57:04 -08:00 |
|
Simon Willison
|
fcc38b9ff2
|
Moved fixtures into conftest.py
|
2018-08-12 17:25:39 -07:00 |
|
Simon Willison
|
c611ed80d2
|
.indexes property for introspecting indexes
|
2018-07-31 18:31:29 -07:00 |
|
Simon Willison
|
515d362ad6
|
.table_names and .tables properties plus expanded docs
|
2018-07-31 17:35:36 -07:00 |
|
Simon Willison
|
c446e22f34
|
Moved fixtures to fixtures.py, added .schema test
|
2018-07-31 08:55:24 -07:00 |
|
Simon Willison
|
5deb65f062
|
Now you just 'from sqlite_utils import Database'
Plus fixed ad_id in the Russian ads example in the docs
|
2018-07-30 20:30:23 -07:00 |
|
Simon Willison
|
b69f8b6c85
|
table.count property, plus made a start on table documentation
|
2018-07-30 20:24:35 -07:00 |
|