https://github.com/shentengtu/db_sms_impl
Database part of Simple Member System Implementation
https://github.com/shentengtu/db_sms_impl
Last synced: 3 months ago
JSON representation
Database part of Simple Member System Implementation
- Host: GitHub
- URL: https://github.com/shentengtu/db_sms_impl
- Owner: ShenTengTu
- License: mit
- Created: 2021-04-17T14:27:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T06:11:15.000Z (about 4 years ago)
- Last Synced: 2025-02-24T08:55:56.943Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 簡易會員系統實現(SMS_Impl) :資料庫規劃
Local OS: Ubuntu 18.04
RDB: PostgreSQL 13在本地端電腦初始化RDB:
```
sudo -u postgres createdb sms_impl
sudo -u postgres psql --dbname sms_impl --file=pg_init_db.sql
```