mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
sqlite-utils now lives at sqlite-utils.datasette.io
This commit is contained in:
parent
a882d67962
commit
8df116b24c
2 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ Using pytest fixtures
|
|||
|
||||
A common pattern for Datasette plugins is to create a fixture which sets up a temporary test database and wraps it in a Datasette instance.
|
||||
|
||||
Here's an example that uses the `sqlite-utils library <https://sqlite-utils.readthedocs.io/en/stable/python-api.html>`__ to populate a temporary test database. It also sets the title of that table using a simulated ``metadata.json`` congiguration:
|
||||
Here's an example that uses the `sqlite-utils library <https://sqlite-utils.datasette.io/en/stable/python-api.html>`__ to populate a temporary test database. It also sets the title of that table using a simulated ``metadata.json`` congiguration:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue