Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 502 Bytes

index.md

File metadata and controls

20 lines (14 loc) · 502 Bytes

JelixDatabase is an abstract database access system. It provides an API common to every databases. For the moment, featured drivers are those for:

  • mysql
  • postgresql
  • sqlite
  • oci (oracle)
  • sqlsrv
  • PDO

Notice that, although JelixDatabase is a common API to all databases, it doesn't adapt your queries to specificities of the database server.

Chapters: