Simon Willison
|
66fd63b119
|
Ability to list just FTS4 or FTS5 table names
|
2019-01-24 19:57:04 -08:00 |
|
Simon Willison
|
231224ba1a
|
Added vacuum to CLI and Python API
|
2019-01-24 19:39:04 -08:00 |
|
Simon Willison
|
fd5829b27d
|
First CLI command: sqlite-utils table_names test.db
|
2019-01-24 19:30:47 -08:00 |
|
Simon Willison
|
594b25ef9f
|
Started a changelog, releasing 0.6
|
2018-08-12 17:46:22 -07:00 |
|
Simon Willison
|
9fdf2c169c
|
Documented Database(filepath) and in-memory database creation
|
2018-08-12 17:31:02 -07:00 |
|
Simon Willison
|
34a5c0e1e8
|
Documented insert_all() and upsert() and upsert_all()
Also re-titled main docs page to 'Python API'
|
2018-08-12 17:17:14 -07:00 |
|
Simon Willison
|
9eacd30b1d
|
New column_order= parameter for setting column order
|
2018-08-08 16:06:49 -07:00 |
|
Simon Willison
|
19e1057ead
|
Documentation for create_view()
|
2018-08-02 08:26:38 -07:00 |
|
Simon Willison
|
4427d2d96f
|
table.create_index(columns, index_name) method
|
2018-08-01 08:20:44 -07:00 |
|
Simon Willison
|
70e1f831a0
|
Typo
|
2018-07-31 18:32:03 -07:00 |
|
Simon Willison
|
c611ed80d2
|
.indexes property for introspecting indexes
|
2018-07-31 18:31:29 -07:00 |
|
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
|
2018-07-31 09:19:20 -07:00 |
|
Simon Willison
|
e888bb122d
|
Added .schema property, improved docs, release 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
|
29c897bb56
|
Started the docs with a meaty example
|
2018-07-28 16:52:07 -07:00 |
|
Simon Willison
|
bd71be32ab
|
Initial project layout + database table creation tools
|
2018-07-28 06:46:17 -07:00 |
|