Vala Data Access Library

VDA stands for Vala Data Access, is a library designed to provide moder access to databases, using an Object Oriented API based on GObject and written in Vala.

Documentation

Access VDA's documentation for:

  • VDA interfaces and classes
  • VDA implementation accessing directly a PostgreSQL database
  • VDA implementation accessing directly an SQLite database
  • Base clases implementing VDA using GDA
  • VDA implementation using GDA and PostgresSQL
  • VDA implementation using GDA and SQLite
  • Native Connections

    VDA provides a native implementation to PostgreSQL and SQLite, implementing its interfaces to demostrate how is possible to add new database connection implementations.

    GNOME Data Access

    GDA stands for GNOME Data Access, is a library used to implement VDA to access databases binded by GDA.

    Currently PostgreSQL and SQLite providers are implemented