Re: [Vala] Using databases with Vala



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]