mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 15:49:27 +01:00
4 lines
No EOL
182 B
SQL
4 lines
No EOL
182 B
SQL
CREATE ROLE teloxide WITH LOGIN SUPERUSER PASSWORD 'rewrite_it_in_rust'
|
|
CREATE DATABASE test_postgres_json;
|
|
CREATE DATABASE test_postgres_bincode;
|
|
CREATE_DATABASE test_postgres_cbor; |