Skip to content

oxfshire/the-knowledge-bank-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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
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:<SSH>
git push -u origin main
  • …or push an existing repository from the command line
git remote add origin git@github.com:<SSH>
git branch -M main
git push -u origin main

pull origin main git pull origin main

About

Schema for PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published