Documentation on Low Level Database Access
Dalton Calford
dalton.calford at gmail.com
Thu Apr 11 13:20:01 EDT 2019
Hi Richard,
Thanks for the pointer. I will look that up this weekend.
The database I am looking at is called firebird (www.firebirdsql.com).
It has embedded and standalone libs. Supports windows, linux, osx and ios
along with android.
It is opensource and has native support for c++, c, pascal, .net, jdbc/odbc
etc.
On Thu, Apr 11, 2019, 1:09 PM Richard Gaskin via use-livecode, <
use-livecode at lists.runrev.com> wrote:
> 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
> ____________________________________________________________________
> Ambassador at FourthWorld.com http://www.FourthWorld.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list