bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] libcurl and libmysql/mariadb


From: Elias Mårtenson
Subject: Re: [Bug-apl] libcurl and libmysql/mariadb
Date: Tue, 6 Sep 2016 08:50:43 +0800

For the database part, all you have to do is to implement a couple of C++ interfaces, and it will be integrated into the existing SQL framework (which currently supports Postgres and SQLite).

I'm typing this on my phone so I can't give you any specifics at the moment, but look at the SQLite implementation for pointers. Start at the function init_provider_map in apl-sqlite.cc (yes, the name of that file is bad, it was chosen early, when I hadn't decided to make the system support multiple databases).

If you have any questions about it, you can just ask them here.

Regards,
Elias


On 6 Sep 2016 01:52, <address@hidden> wrote:
Hi

Are there gnuapl 'templates' for developing 'native funtions' for libcurl and libmysql/mariadb ?

I've been looking for documentation to use to follow but besides the gnuapl source code itself nothing

Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]