make_uhle/sqlx-data.json

23 lines
700 B
JSON
Raw Normal View History

2023-06-15 09:01:31 +02:00
{
2023-06-15 09:15:49 +02:00
"db": "SQLite",
"70bad31245bf73f3288e71aaef6242dd61019cf217237172255910ebf74edea0": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 0
}
},
"query": "CREATE TABLE IF NOT EXISTS anmeldungen (\n id INTEGER PRIMARY KEY NOT NULL,\n name TEXT NOT NULL,\n email TEXT NOT NULL,\n klasse TEXT NOT NULL\n )"
},
"e57cf7b26d137121619d240db248ffecb9a7a17328da543a1c199970f8261142": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 3
}
},
"query": "INSERT INTO anmeldungen (name, email, klasse) VALUES (?, ?, ?)"
}
2023-06-15 09:01:31 +02:00
}