Model and DB refactor (#61)

- [x] Move from `sqlx` to `rusqlite`
- [x] Generate TS types from Rust models
This commit is contained in:
Gregory Schier
2024-08-05 07:58:20 -07:00
committed by GitHub
parent 71013fd701
commit 989b5a8058
193 changed files with 7083 additions and 8337 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@yaakapp/api",
"version": "0.0.5",
"version": "0.1.0-beta.8",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
@@ -8,7 +8,7 @@
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/node": "^22.0.0"