Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 752 Bytes

supported-databases.md

File metadata and controls

25 lines (21 loc) · 752 Bytes

Supported Databases

  • [DB2]
  • [Derby] / [JavaDB]
  • [H2]
  • [HSQLDB] (HyperSQL)
  • Microsoft [SQL Server]
  • [MySQL]
  • [Oracle]
  • [PostgreSQL]
  • [SQLite]

Other SQL databases can be accessed right away with a reduced feature set. Writing a fully featured plugin for your own SQL-based backend can be achieved with a reasonable amount of work. Support for other backends (like NoSQL) is under development but not yet available.

The following capabilities are supported by the profiles. A checkmark means that a capability is fully supported. In other cases it may be partially supported or not at all. See the individual profile's API documentation for details.

> {.warning}
> (Capabilities table missing)