soapdog / livecode-dblib

A ORM for LiveCode
GNU General Public License v3.0
9 stars 6 forks source link
databases livecode orm sql

DB Lib

Introduction

I've wanted to build this library since forever. After using similar libraries with PHP and Ruby, I decided that we really needed some easy library for database access but I always postponed creating one.

After Ralf released RevIgniter (http://www.revigniter.com) I became spoiled by his database implementation. It was perfect but it worked only on the server side. Now with my mobile developments, I needed something that worked locally with SQLite. So I decided to build this library.

Documentation

Check the PDF that is bundled with this download, really, please!!!! Also check out the docs generated by RevDoc that are inside the docs folder. Look into the code of the little demo stack that is bundled and read the source code from DB Lib itself.

This library is pretty small but it is clever. It will take very little time to read the code and understand everything. As always my libraries are unlocked and the best documentation is the source code.

Have I told you that the PDF is 30+ pages?

The API Docs have more information than the PDF, don't miss it. The guide is more pleasant but it is no substitute for the auto-generated docs

Support Forum

Use the issues at this repository to ask for help or email me at support@andregarzia.com

What you are allowed to do?

You can use this library and its source code or parts of it in your own free or commercial products but please don't resell it as your own work. LiveCode community is small, we all know each other so I trust you guys with all the source code because I know there is no way to maintain software with locked stacks.

Version History