mirror of https://github.com/wg-easy/wg-easy
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
import { DatabaseSync } from 'node:sqlite'; |
|||
|
|||
const Sqlite = new DatabaseSync(':memory:'); |
|||
|
|||
Sqlite.exec('DROP TABLE mamamia;'); |
|||
|
|||
export default Sqlite; |
Loading…
Reference in new issue