Dalton Calford wrote:

> I am looking at the git repositories, the widget documentation etc.,
> looking for a solid guide on how livecode accesses database engines.
>
> For example, if I wanted to add low level support for another open
> source database that is available on all the same platforms as
> livecode, is there any documentation/standardization that I can
> follow?

Does the DB engine provide a socket-driven API?

If limited to C++, LC's source for rebDB is here:
https://github.com/livecode/livecode/tree/develop/revdb

If access is limited to C++, many options become available as we learn more about the specifics.

What is its name?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to