https://github.com/ryzhk0v/the-knowledge-bank-sql
Schema for PostgreSQL
https://github.com/ryzhk0v/the-knowledge-bank-sql
postgresql script-sql
Last synced: about 1 year ago
JSON representation
Schema for PostgreSQL
- Host: GitHub
- URL: https://github.com/ryzhk0v/the-knowledge-bank-sql
- Owner: Ryzhk0v
- Created: 2023-10-31T05:17:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T12:05:19.000Z (over 2 years ago)
- Last Synced: 2025-04-29T08:45:10.499Z (about 1 year ago)
- Topics: postgresql, script-sql
- Language: PLpgSQL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Knowledge Bank (PostgreSQL)
## RUN SQL Scripts IN ORDER
- 01-CreateDatabase.sql
- 02-Public.sql
- 03-Auth.sql
- 04-TheKnowledgeBank.sql
- 05-StoreKnowledgeBank.sql
##
## GIT COMMANDS
- …or create a new repository on the command line
```bash
echo "# test" >> README.md
git init
git add README.md
git commit -m "UPLOAD"
git branch -M main
git remote add origin git@github.com:
git push -u origin main
```
- …or push an existing repository from the command line
```bash
git remote add origin git@github.com:
git branch -M main
git push -u origin main
```
pull origin main
git pull origin main