-
sea orm 사용
-
postgres 연결
-
Docker Run DOCKER_RUN_CLI=docker run -d
--name postgres_db
-e POSTGRES_USER=rest
-e POSTGRES_PASSWORD=rest
-e POSTGRES_DB=rest
-p 5432:5432
-v postgres_data:/var/lib/postgresql/data
postgres:latest -
Sea orm cli CREATE_ENTITY_CLI=sea-orm-cli generate entity -u postgres://rest:rest@localhost:5432/rest -o entity/src
-
Notifications
You must be signed in to change notification settings - Fork 0
agnusdei1207/axtix-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published