{ "db_name": "SQLite", "query": "\n INSERT INTO projects (id, owner, repo, name, short_name, default_version, created_at, updated_at)\n VALUES (?, ?, ?, ?, ?, ?, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)\n ON CONFLICT (id) DO NOTHING\n ", "describe": { "columns": [], "parameters": { "Right": 6 }, "nullable": [] }, "hash": "c0adc5fae9d742173927a8f48d01d02add2ea3b8abae862a144c4607a62cc196" }