aboutsummaryrefslogtreecommitdiffstats
path: root/backend/src/db.ts
blob: 032e68dae587c839f48f3bff38ad55f632a76693 (plain) (blame)
1
2
3
4
5
6
7
8
9
import sqlite3 from 'sqlite3';
import { open } from 'sqlite';

export const connectDB = async () => {
  return open({
    filename: './database.sqlite',
    driver: sqlite3.Database
  });
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage