aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-16 10:08:51 +0200
committerrtkay123 <dev@kanjala.com>2025-08-16 10:08:51 +0200
commiteb59714648bbba66e77955c8bda1c99caf1cede6 (patch)
tree5c194cd5e132c172e4cb510cc35bb46594f86f02 /.sqlx
parent698633baa2505ffb60cb5bba588f8b360c767edd (diff)
downloadwarden-eb59714648bbba66e77955c8bda1c99caf1cede6.tar.bz2
warden-eb59714648bbba66e77955c8bda1c99caf1cede6.zip
feat(config): typologies
Diffstat (limited to '.sqlx')
-rw-r--r--.sqlx/query-37986bef69ff27337e3af17c2f99dc178f7cb09f948b4a3b761908a4280f9fe7.json15
-rw-r--r--.sqlx/query-47b9a7ea1656863a4a43df1692c619ed2b3ac48806182089214c22d4d7771cd5.json23
-rw-r--r--.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json23
-rw-r--r--.sqlx/query-809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f.json16
4 files changed, 77 insertions, 0 deletions
diff --git a/.sqlx/query-37986bef69ff27337e3af17c2f99dc178f7cb09f948b4a3b761908a4280f9fe7.json b/.sqlx/query-37986bef69ff27337e3af17c2f99dc178f7cb09f948b4a3b761908a4280f9fe7.json
new file mode 100644
index 0000000..10e6959
--- /dev/null
+++ b/.sqlx/query-37986bef69ff27337e3af17c2f99dc178f7cb09f948b4a3b761908a4280f9fe7.json
@@ -0,0 +1,15 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "insert into typology (uuid, configuration) values ($1, $2)",
+ "describe": {
+ "columns": [],
+ "parameters": {
+ "Left": [
+ "Uuid",
+ "Jsonb"
+ ]
+ },
+ "nullable": []
+ },
+ "hash": "37986bef69ff27337e3af17c2f99dc178f7cb09f948b4a3b761908a4280f9fe7"
+}
diff --git a/.sqlx/query-47b9a7ea1656863a4a43df1692c619ed2b3ac48806182089214c22d4d7771cd5.json b/.sqlx/query-47b9a7ea1656863a4a43df1692c619ed2b3ac48806182089214c22d4d7771cd5.json
new file mode 100644
index 0000000..4192206
--- /dev/null
+++ b/.sqlx/query-47b9a7ea1656863a4a43df1692c619ed2b3ac48806182089214c22d4d7771cd5.json
@@ -0,0 +1,23 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "select configuration as \"configuration: sqlx::types::Json<TypologyConfiguration>\" from typology where\n id = $1 and version = $2",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "configuration: sqlx::types::Json<TypologyConfiguration>",
+ "type_info": "Jsonb"
+ }
+ ],
+ "parameters": {
+ "Left": [
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": [
+ false
+ ]
+ },
+ "hash": "47b9a7ea1656863a4a43df1692c619ed2b3ac48806182089214c22d4d7771cd5"
+}
diff --git a/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json b/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json
new file mode 100644
index 0000000..7a0a6fd
--- /dev/null
+++ b/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json
@@ -0,0 +1,23 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "\n delete from typology\n where id = $1 and version = $2\n returning configuration as \"configuration: sqlx::types::Json<TypologyConfiguration>\"\n ",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "configuration: sqlx::types::Json<TypologyConfiguration>",
+ "type_info": "Jsonb"
+ }
+ ],
+ "parameters": {
+ "Left": [
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": [
+ false
+ ]
+ },
+ "hash": "655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00"
+}
diff --git a/.sqlx/query-809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f.json b/.sqlx/query-809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f.json
new file mode 100644
index 0000000..53d9b05
--- /dev/null
+++ b/.sqlx/query-809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f.json
@@ -0,0 +1,16 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "\n update typology\n set configuration = $1\n where id = $2 and version = $3\n ",
+ "describe": {
+ "columns": [],
+ "parameters": {
+ "Left": [
+ "Jsonb",
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": []
+ },
+ "hash": "809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f"
+}