root: strRoot of this backend.
All operations will happen under this root.
Default to / if not set.
connection_string: strThe URL should be with a scheme of either postgres:// or postgresql://.
postgresql://user@localhostpostgresql://user:password@%2Fvar%2Flib%2Fpostgresql/mydb?connect_timeout=10postgresql://user@host1:1234,host2,host3:5678?target_session_attrs=read-writepostgresql:///mydb?user=user&host=/var/lib/postgresqlFor more information, please visit https://docs.rs/sqlx/latest/sqlx/postgres/struct.PgConnectOptions.html.
table: strthe table of postgresql
key_field: strthe key field of postgresql
value_field: strthe value field of postgresql