mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
Normal and live search for bookmarks
This commit is contained in:
parent
fac280ff0a
commit
53d50ca869
4 changed files with 111 additions and 69 deletions
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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue