diff options
author | EuAndreh <eu@euandre.org> | 2024-02-23 11:11:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-23 11:21:21 -0300 |
commit | cd50a23dab8623f232da7d6b1b9511f4590e9788 (patch) | |
tree | 349e111763eac7853d9f1dd7a61e9bce117f3993 /src/sqlite.cjs | |
parent | Big cleanup (diff) | |
download | papod-cd50a23dab8623f232da7d6b1b9511f4590e9788.tar.gz papod-cd50a23dab8623f232da7d6b1b9511f4590e9788.tar.xz |
Implement accretion.runMigrations() and wrappings of node-sqlite3
Diffstat (limited to 'src/sqlite.cjs')
-rw-r--r-- | src/sqlite.cjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqlite.cjs b/src/sqlite.cjs new file mode 100644 index 0000000..a1b8ab7 --- /dev/null +++ b/src/sqlite.cjs @@ -0,0 +1 @@ +module.exports = require("sqlite3"); |