Skip to content

jstraney/capricorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Data migrations are run as simple sql files stored under the migrate directory. Initial migration is called install.sql but each subsequent migration should lead with the date in yyyy_mm_dd format

Set Up

Create your database (MySQL)

mysql -u<username> -p<password> -e "CREATE DATABASE <dbname>"

Copy .example.env to .env and populate dummy settings with your actual settings

Build

just run make

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published