/
Database
Database
NMS Prime is database-independent. Anyhow It is mostly tested and used with MariaDB SQL.
One of our goals is to achieve database independents. For this purpose, we use default laravel Eloquent.
Coding Guidelines
- Use as much as possible Eloquent Stuff
- Never use mysql_query() direct!
- Do not use complex queries with DB::. This will lead to DB dependencies!
- Avoid putting to much logic inside the Database – instead, use Laravel.
AND try to think more in an MVC kind of style
, multiple selections available,
Related content
Backup Strategy
Backup Strategy
More like this
NMS PRIME
NMS PRIME
More like this
NMS Prime API
NMS Prime API
More like this
On-Prem
More like this
Leistungsschein
Leistungsschein
More like this
Orchestration Layer
Orchestration Layer
More like this