Simon Willison
|
e04f509c51
|
Added docs on storing JSON
|
2018-07-31 17:48:32 -07:00 |
|
Simon Willison
|
515d362ad6
|
.table_names and .tables properties plus expanded docs
|
2018-07-31 17:35:36 -07:00 |
|
Simon Willison
|
f4907f6df5
|
enable_fts(), populate_fts() and search() methods
0.4
|
2018-07-31 09:19:20 -07:00 |
|
Simon Willison
|
c446e22f34
|
Moved fixtures to fixtures.py, added .schema test
|
2018-07-31 08:55:24 -07:00 |
|
Simon Willison
|
f5418e13f2
|
Release 0.3.1 to publish updated README to PyPI
0.3.1
|
2018-07-31 08:39:43 -07:00 |
|
Simon Willison
|
61d81494d5
|
Fleshed out README
|
2018-07-31 08:38:50 -07:00 |
|
Simon Willison
|
e888bb122d
|
Added .schema property, improved docs, release 0.3
0.3
|
2018-07-31 08:33:52 -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 |
|
Simon Willison
|
0d63128c40
|
Preparing v0.2, first release to PyPI
0.2
|
2018-07-28 17:42:41 -07:00 |
|
Simon Willison
|
29c897bb56
|
Started the docs with a meaty example
|
2018-07-28 16:52:07 -07:00 |
|
Simon Willison
|
e51f36d3eb
|
Added table.foreign_keys property, fixed bug in foreign key creation
|
2018-07-28 15:41:18 -07:00 |
|
Simon Willison
|
95bce37ad3
|
Store list/dict/tuple values as JSON strings
|
2018-07-28 15:20:29 -07:00 |
|
Simon Willison
|
acea54877c
|
Create table now works for pure m2m where both rows are foreign keys
|
2018-07-28 15:06:59 -07:00 |
|
Simon Willison
|
56e29158fe
|
Don't run black test on Python 3.7
It breaks on that version - see https://github.com/ambv/black/issues/425
But that's OK, we only need it to run onder one version anyway.
|
2018-07-28 11:18:40 -07:00 |
|
Simon Willison
|
501618d0d5
|
Ensure black is correctly installed for tests
|
2018-07-28 07:36:43 -07:00 |
|
Simon Willison
|
3c50a3600d
|
Unit test for black-approved coding style
|
2018-07-28 07:29:20 -07:00 |
|
Simon Willison
|
03e3f7d648
|
Configured Travis CI
|
2018-07-28 06:48:53 -07:00 |
|
Simon Willison
|
bd71be32ab
|
Initial project layout + database table creation tools
|
2018-07-28 06:46:17 -07:00 |
|
Simon Willison
|
2f34da0ab2
|
Initial
|
2018-07-13 20:56:21 -07:00 |
|