Table of Contents
Database Servers allows users and software to store and process data remotely and in more effective way than in files.
ULFS supply few database engines such: PostgreSQL, MariaDB(MySQL) and others.
To install PostgreSQL Database server and client you can run
chimp install postgresql-server
To install only PostgreSQL Database client without server you can run
chimp install postgresql-client
Same aproch works with MariaDB. To install server use command:
chimp install mariadb-server
To install only MariaDB client without server you can run
chimp install mariadb-client