mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Normal and live search for bookmarks
This commit is contained in:
4
db.js
4
db.js
@@ -5,7 +5,7 @@ const logger = new Logger();
|
||||
const sequelize = new Sequelize({
|
||||
dialect: 'sqlite',
|
||||
storage: './data/db.sqlite',
|
||||
logging: false
|
||||
logging: false,
|
||||
});
|
||||
|
||||
const connectDB = async () => {
|
||||
@@ -28,5 +28,5 @@ const connectDB = async () => {
|
||||
|
||||
module.exports = {
|
||||
connectDB,
|
||||
sequelize
|
||||
sequelize,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user