-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Trevor DeVore edited this page Nov 21, 2018
·
9 revisions
Database library for LiveCode
This repository hosts the source code for the SQL Yoga library for LiveCode. While the library can be used independently of any framework, SQL Yoga is distributed as a Helper for the Levure framework.
To begin, use the navigation on the right to browse the API and learn about the different objects and features available in SQL Yoga.
For an example of a Levure application that uses SQL Yoga check out the sql-yoga-levure repository.
SQL Yoga USER GUIDE
- Home
- SQL Yoga Objects
- Database Objects
- Connection Objects
- SQL Query Objects
- SQL Record Objects
- Table Objects
- Table Object Behaviors
- Relationships
- Scopes
- Schema
- Working with User Search Strings
- SQL Query Template Objects
- Error Handling
- Migrating from SQL Yoga 1.x
- Integrating with the Levure Application Framework