get that sqlx shit outta here

This commit is contained in:
Erin 2024-04-15 03:46:00 -04:00
parent d00f530ed7
commit 70d4ae809a
Signed by: erin
SSH key fingerprint: SHA256:clvLPaxKthBet+VUQTKQdDkjaqg2/KnYHQaPASp5pFE
2 changed files with 1 additions and 32 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.sqlite* *.sqlite*
.env .env
.sqlx
# Added by cargo # Added by cargo

View file

@ -1,32 +0,0 @@
{
"db_name": "SQLite",
"query": "SELECT id, name, content FROM comments",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Int64"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "content",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
true,
false
]
},
"hash": "028ae30edade84a65cc41385416f2233cc74bbaeececa1cf4ff097a9adcbe701"
}