SQL database: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
(Created page with "The control application uses a MySQL database for persistent storing of states and logging of activities as well as storage of input data. The SQL database is also the main interface between the control application and the outside world (webpage, Apps). The empty SQL dump of the database is stored in the bitbucket repository: git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-database.git")
 
No edit summary
Line 5: Line 5:
The empty SQL dump of the database is stored in the bitbucket repository:
The empty SQL dump of the database is stored in the bitbucket repository:
git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-database.git
git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-database.git
After cloning the database repository, first create the databases with the statement provided in <code>create_databases.sql</code>.

Revision as of 14:23, 30 December 2024

The control application uses a MySQL database for persistent storing of states and logging of activities as well as storage of input data.

The SQL database is also the main interface between the control application and the outside world (webpage, Apps).

The empty SQL dump of the database is stored in the bitbucket repository: git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-database.git

After cloning the database repository, first create the databases with the statement provided in create_databases.sql.