- Создать роль
create user user_name with encrypted password 'userpassword';
- Создать БД
CREATE DATABASE dbname;
- Определить права
grant all privileges on database sample_db to user_name;
- Накатить миграции
alembic upgrade head
-
Notifications
You must be signed in to change notification settings - Fork 1
ivaaahn/retailer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🏪 retailer - service for the management and sale of goods in retail outlets. ⚡FastAPI, 🔒Django-admin, 🐘PostgreSQL, 🟥Redis, 🐰RabbitMQ
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published