aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-05 03:50:36 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-05 03:51:28 +0100
commite313c40d246ac7545a1907621841090664bf61ae (patch)
tree1eb8d9435da628b6bae242c5cfb89f939d47fc21 /.sqlx
parent811ff64dd08c8835d19c57fd959e42a28d800a53 (diff)
downloadfj-e313c40d246ac7545a1907621841090664bf61ae.tar.gz
fj-e313c40d246ac7545a1907621841090664bf61ae.tar.bz2
fj-e313c40d246ac7545a1907621841090664bf61ae.zip
feat: database functions
Diffstat (limited to '.sqlx')
-rw-r--r--.sqlx/query-35377e909733a108deaf8839b6f2603ec8c4a54ec750154fa10005e801b7d26c.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/.sqlx/query-35377e909733a108deaf8839b6f2603ec8c4a54ec750154fa10005e801b7d26c.json b/.sqlx/query-35377e909733a108deaf8839b6f2603ec8c4a54ec750154fa10005e801b7d26c.json
deleted file mode 100644
index 3152ae2..0000000
--- a/.sqlx/query-35377e909733a108deaf8839b6f2603ec8c4a54ec750154fa10005e801b7d26c.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "db_name": "SQLite",
- "query": "insert into tasks ( name, cron, archived, description ) values ( ?1, ?2, ?3, ?4 )",
- "describe": {
- "columns": [],
- "parameters": {
- "Right": 4
- },
- "nullable": []
- },
- "hash": "35377e909733a108deaf8839b6f2603ec8c4a54ec750154fa10005e801b7d26c"
-}