-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
I just wrote this code:
datasette/tests/test_facets.py
Lines 334 to 335 in 47eb885
| ds = Datasette([], memory=True) | |
| db = ds.add_database(Database(ds, memory_name="test_json_array")) |
It would be nice if you didn't have to separately instantiate a database object here.
Reactions are currently unavailable