A hosting service for Jekyll Blogs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Manager Bot f4cc028789 Add as_hashref to DB RS. 3 years ago
..
bin Use new schema_builder. 3 years ago
etc Now with DB instructs, and stripe support. 3 years ago
lib/MJB Add as_hashref to DB RS. 3 years ago
README.md Now with DB instructs, and stripe support. 3 years ago
dist.ini Initial DB. 3 years ago

README.md

MyJekyllBlog Database Schema

MyJekyllBlog uses PostreSQL as its database and DBIC as its ORM.

Update The Database Model

To update the database model, make your changes in etc/schema.sql. Run ./bin/create-classes to make the changes to the files in lib/MJB/DB/Result/.

Commit these changes. Future installs will use this new model.

If you have a running instance, you will need to add the create table statements manually, and may need to make alter table statements.