[AWS] Persistent database connections

Sébastien Morand seb.morand at gmail.com
Thu Apr 29 10:53:43 CEST 2010


Hi,

Ok I understand. I think sqllite3 should be maintained if possible
because it's really a nice tool to create application and this is
really used today in a lot of application. Is there any other way to
use sqllite with Ada except coding ourself the main interface?

Sébastien

On Wed, Apr 28, 2010 at 9:36 PM, Maciej Sobczak <prog at msobczak.com> wrote:
> Hi,
>
> Sébastien Morand wrote:
>
>> I read this interesting project, but I can understand why the main
>> version support the sqlite3 database and that the Ada version does
>> not. What a pity unless it's just a documentation mistake?
>
> Technically, SOCI-Ada supports all backends that exist in SOCI - the Ada
> layer is not implied in any way in the backend loading and interaction, so
> even if somebody implements new database backend in SOCI, it will become
> naturally available in SOCI-Ada without any modification.
>
> The problem with SQLite3 is that it is not officially supported in SOCI and
> so it is not supported by SOCI-Ada, either.
> There is a backend implementation in the code repository, but it is not
> actively maintained - presumably it works for some people, but the low level
> of maintenance activity does not allow to declare it as a fully supported
> backend.
>
> The backends that are actively maintained and fully supported are Oracle,
> PostgreSQL and MySQL. They are also most heavily used.
>
> Regards,
>
> --
> Maciej Sobczak * www.msobczak.com * www.inspirel.com
>


More information about the AWS mailing list