mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Link to new datasette.io website
This commit is contained in:
parent
f1277f638f
commit
8ca35dfb64
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ Check out the [full library documentation](https://sqlite-utils.readthedocs.io/e
|
|||
|
||||
## Related projects
|
||||
|
||||
* [Datasette](https://github.com/simonw/datasette): A tool for exploring and publishing data
|
||||
* [Datasette](https://datasette.io/): A tool for exploring and publishing data
|
||||
* [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite): Convert CSV files into a SQLite database
|
||||
* [db-to-sqlite](https://github.com/simonw/db-to-sqlite): CLI tool for exporting a MySQL or PostgreSQL database as a SQLite file
|
||||
* [dogsheep](https://dogsheep.github.io/): A family of tools for personal analytics, built on top of `sqlite-utils`
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Most of the functionality is available as either a Python API or through the ``s
|
|||
|
||||
sqlite-utils is not intended to be a full ORM: the focus is utility helpers to make creating the initial database and populating it with data as productive as possible.
|
||||
|
||||
It is designed as a useful complement to `Datasette <https://github.com/simonw/datasette>`_.
|
||||
It is designed as a useful complement to `Datasette <https://datasette.io/>`_.
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue