An open API service indexing awesome lists of open source software.

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

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
```