diff options
author | Cara Salter <cara@devcara.com> | 2022-06-10 12:44:46 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-10 12:45:02 -0400 |
commit | b4f44d8fa362ddf3f63ba01f03ea14b072b8e76c (patch) | |
tree | 9a3f9d8855e7e2d718805acca5461b7e83e17bd9 /sqlx-data.json | |
parent | 986931c289f80c4d64ae2380ab40bcf6ba7cc75a (diff) | |
download | homeworld-b4f44d8fa362ddf3f63ba01f03ea14b072b8e76c.tar.gz homeworld-b4f44d8fa362ddf3f63ba01f03ea14b072b8e76c.zip |
Prepare for nix compilation
Diffstat (limited to 'sqlx-data.json')
-rw-r--r-- | sqlx-data.json | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/sqlx-data.json b/sqlx-data.json new file mode 100644 index 0000000..3e0bb1e --- /dev/null +++ b/sqlx-data.json @@ -0,0 +1,116 @@ +{ + "db": "PostgreSQL", + "3947077ca2e96d2ba5a6e881c0f5e2c409aaf2cd6dc89b2e1f08e4767d8d368d": { + "describe": { + "columns": [], + "nullable": [], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "DELETE FROM ships WHERE shasum=$1" + }, + "45e5c240bd23bf17c979b8eb0164b4163b9cd746953c52aa1c0f4376386354d8": { + "describe": { + "columns": [], + "nullable": [], + "parameters": { + "Left": [ + "Text", + "Text", + "Text", + "Text" + ] + } + }, + "query": "INSERT INTO ships (name, shasum, download_url, version) VALUES ($1, $2, $3, $4)" + }, + "4be4721aaeadb137958918bd3389be9fd3b2dc7e646fb646bcff945fcc43b4af": { + "describe": { + "columns": [ + { + "name": "id", + "ordinal": 0, + "type_info": "Int4" + }, + { + "name": "name", + "ordinal": 1, + "type_info": "Text" + }, + { + "name": "shasum", + "ordinal": 2, + "type_info": "Text" + }, + { + "name": "download_url", + "ordinal": 3, + "type_info": "Text" + }, + { + "name": "version", + "ordinal": 4, + "type_info": "Text" + } + ], + "nullable": [ + false, + false, + false, + false, + false + ], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "SELECT * FROM ships WHERE shasum=$1" + }, + "9ff792bf0c581c558450ae2da8fe53dcd3e81a9b1539f2598ba9d4c6cdf4122f": { + "describe": { + "columns": [ + { + "name": "id", + "ordinal": 0, + "type_info": "Int4" + }, + { + "name": "name", + "ordinal": 1, + "type_info": "Text" + }, + { + "name": "shasum", + "ordinal": 2, + "type_info": "Text" + }, + { + "name": "download_url", + "ordinal": 3, + "type_info": "Text" + }, + { + "name": "version", + "ordinal": 4, + "type_info": "Text" + } + ], + "nullable": [ + false, + false, + false, + false, + false + ], + "parameters": { + "Left": [] + } + }, + "query": "SELECT * FROM ships" + } +}
\ No newline at end of file |