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

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

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