Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Issues that we find with gaian itself are recorded via the GaianDB GitHub Issue Tracker

Supported data sources with Gaian

The gaiandb readme lists the supported data stores as:

  • DB2
  • SQL Server
  • MySQL
  • Oracle
  • CSV Files
  • Excel spreadsheets (requires Apache POI)

I (Nigel) have personally had success in additionally using

  • Postgres (though use of TEXT rather than VARCHAR resulted in this performance issue
  • MariaDB (which is a fork of mysql)

Enforcing data access through gaian

...