[Vala] OFF - choose a database.



Hi all folks,
I have to choose a database lib for an aplication, the problem is,
sometimes this application will run off-line acessing a
database on the computer it is instaled, sometimes it has to acess trough
network...
The old version was writem in python and worked choosing the db in a config
file, i'm moving it to vala, and thinking on

1 - Use only mysql - that is not so nice to use standalone, and the
computer that is used in this situation is not an old
and low memory machine.
2 - Use libgda - this seems good since make it possible to change the
database in config file, but i'm not sure how it
works in vala+windows.
3 - Write all database access separate so i can uniform it by hand, this
sounds good, but will take a lot off work.

Well, i'd like some opnions from you, i thank it a lot.

-- 
Rodrigo Cesar Herefeld


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