Re: [Vala] Using databases with Vala
- From: Ulink <ulink gmx at>
- To: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Using databases with Vala
- Date: Fri, 9 Mar 2018 13:28:40 +0100
Hi Oliver,
I'm using a VERY thin (2-3 pages of code) self-written vala wrapper
which hides open/close and query (returning a 2 dimensional string array
as the result) using the Mysql and Sqlite Namespaces.
Then, I only send SQL queries and process the result. Of course I only
use basic SQL queries present in both database engines.
This solution is very simple and surprisingly useful.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]