SQL Yoga Levure Helper now available

This is the place to post technical queries about SQL Yoga

Moderators: FourthWorld, heatherlaine, Klaus, robinmiller, trevordevore

Post Reply
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Location: Overland Park, Kansas
Contact:

SQL Yoga Levure Helper now available

Post by trevordevore » Sat Dec 01, 2018 10:35 pm

SQL Yoga has been been converted to script only stacks and is now distributed as a Levure Helper. While it can still be used outside of the Levure framework you will find it much easier to use within Levure. When using Levure you can create database connections, tables objects, relationship objects, scope objects, and SQL query template object using YAML. You can also perform create database tables and insert records using migration files (YAML or LiveCode scripts). These YAML files are easier to write and update and will work nicely in a version control system.

Check out the wiki for the latest docs. Error handling has been standardized and the new behavior is described in the wiki. There is also a stack that runs in the LiveCode IDE which provides some helper functions for running migrations and keeping the schema YAML file up to date.

Wiki: https://github.com/trevordevore/sql-yoga/wiki

You can find a list of additional Levure helpers that don't ship with Levure on the 3rd party helpers page:

https://github.com/trevordevore/levure/ ... ty-helpers
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

Post Reply

Return to “SQL Yoga”