mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Add script to create clone of testing/testing.db to allow for writes in tests
This commit is contained in:
3
scripts/clone_test_db.sh
Executable file
3
scripts/clone_test_db.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
rm -f testing/testing_clone.db
|
||||
sqlite3 testing/testing/db '.clone testing/testing_clone.db' > /dev/null
|
||||
Reference in New Issue
Block a user