Skip to content

fluynt/db-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a fork of the db-samples northwind databases. Different files have been edited to make them work for our workflow. Below are the commands to load within the fluynt context. This assumes no variable changes, otherwise YMMV.

mysql and derivitives

mysql -u test -h 127.0.0.1 -p fluynt_data < mysql/northwind.sql

postgres

psql -U test -d fluynt_data -h 127.0.0.1 -f pgsql/northwind.sql

About

Northwind sample database for MySql, PostgresQL etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • Shell 8.6%