mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
5 lines
110 B
SQL
5 lines
110 B
SQL
DROP DATABASE IF EXISTS devdb;
|
|
CREATE DATABASE devdb;
|
|
DROP DATABASE IF EXISTS testdb;
|
|
CREATE DATABASE testdb;
|