This commit is contained in:
2024-06-29 22:34:40 +05:30
parent 367fd27eef
commit 17027b3033
12 changed files with 0 additions and 170 deletions

View File

@@ -1,8 +0,0 @@
module databases
import db.sqlite // can change to 'db.mysql', 'db.pg'
pub fn create_db_connection() !sqlite.DB {
mut db := sqlite.connect('app.db')!
return db
}