Skip to content

Commit

Permalink
sqlite-utils 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Feb 19, 2021
1 parent 480159b commit 6e73a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- date: 2021-02-18
body: >-
[Datasette 0.55](https://docs.datasette.io/en/stable/changelog.html#v0-55) adds support for cross-database SQL queries. You can now run `datasette --crossdb one.db two.db` and then run queries that join data from tables in both of those database files - see [cross-database queries](https://docs.datasette.io/en/stable/sql_queries.html#cross-database-queries) in the documentation for more details.
[sqlite-utils 3.6](https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-6) adds similar features: a `db.attach(alias, filepath)` Python API method and `--attach alias filepath.db` command-line option, both for attaching additional databases in order to execute cross-database queries.
- date: 2021-02-07
body: >-
This new [Video introduction to Datasette and sqlite-utils](https://simonwillison.net/2021/Feb/7/video/) provides a full introduction to both Datasette and [sqlite-utils](https://sqlite-utils.datasette.io/) in 17 minutes, including a live demo of creating a database from a CSV file and publishing it to Google Cloud Run.
Expand Down

0 comments on commit 6e73a81

Please sign in to comment.