DatabasesDocumentation > Develop with and for CorneliOS > CorneliOS structure, libraries and program code > Databases CorneliOS doesn't require an SQL database, but using a database is strongly recommended as many advanced features require an SQL database. Supported enginesCurrently we only support MySQL, although other engines can probably also be used. Database ManagerThe CorneliOS database manager can be used to setup, create and manage databases. The database manager can be found among the standard CorneliOS applications that ship with the system. The database manager app is located here: /app/cora/dbmsHow CorneliOS accesses databasesCorneliOS supports multiple database gateway, and different CorneliOS apps may reply on different databases too (local and remote). Databases can be configured here: /etc/sql - contains SQL configuration filesA CorneliOS SQL configuration file may look like this: driver mysqlHow to set up a databaseYou may of course create and/or edit files inside /etc/sql manually, but it's definately easier to use the CorneliOS database manager app to set up you database(s). Accessing data throught the filesystem/sql/example - show all database "example" tables
|
![]() |
Working with CorneliOS
Installation and Administration
Develop with and for CorneliOS
|

