mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-16 13:32:53 +02:00
「✨」 feat: changed to better-sqlite
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import fastifyJWT from '@fastify/jwt';
|
||||
import fastifyCookie from '@fastify/cookie';
|
||||
import sqlite from 'node:sqlite';
|
||||
import Database from 'better-sqlite3';
|
||||
import bcrypt from 'bcrypt';
|
||||
const database = new sqlite.DatabaseSync(':memory:');
|
||||
|
||||
const database = new Database(":memory:");
|
||||
const saltRounds = 10;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user