You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would also like a method to clear the database. For unit testing re-initializing pglite every test is too slow. I am using a query to drop all tables in my afterEach but would prefer a more deterministic method.
With v0.2 we will have this api as an options for specifying a VFS:
We should add a
delete
static method to the VFS interface that deletes the database from the underlying storage:The text was updated successfully, but these errors were encountered: