sqlite local

This commit is contained in:
m
2026-09-09 23:12:15 +02:00
parent e1360c19a2
commit 7dd29239b7
21 changed files with 2284 additions and 101 deletions
+5 -1
View File
@@ -17,15 +17,19 @@
"react-native-screens": "~4.26.0"
},
"devDependencies": {
"@types/better-sqlite3": "^9.6.0",
"@types/react": "~19.2.2",
"babel-preset-expo": "^57.0.4",
"better-sqlite3": "^13.0.3",
"tsx": "^4.23.13",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
"web": "expo start --web",
"test:migrations": "tsx --test tests/migrations.test.ts"
},
"private": true
}