Using GDA (www.gnome-db.org) based on GObject/GLib and its GTK+
objects, you can develop applications using a C API to access any
supported database backend (postgresql, mysql and sqlite, are some of
them). Any application can run simple queries. Exist an application
(on development) at

http://library.gnome.org/devel/gda-browser/4.1/

GDA manual is located at library.gnome.org.

2010/2/24 Mats Rauhala <mats.rauh...@gmail.com>:
> Database engines have their own API for connecting. Check the following
> links. I recommend you start looking at the SQLite library, as in my
> experience it has the most simplistic tutorial, which can help you get
> up to speed with sql apis and concepts. Naturally there are differences
> with different libraries, but I'm sure that as long as you understand
> one, it helps tremendously on the others :).
>
> For postgres:
> http://www.postgresql.org/docs/8.2/static/libpq.html
>
> For MySQL:
> http://dev.mysql.com/doc/refman/5.0/en/c.html
>
> For SQLite:
> http://www.sqlite.org/cintro.html
>
> --
> Mats Rauhala
> sip:mas...@ekiga.net
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>



-- 
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (en trámite, pero para los
cuates: LIBRE)
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to