Hello ! :-)<br>
<br>
I've the following problem. I have to make a database with the following&nbsp; features :<br>
<br>
I have many entities, such as :<br>
- aeroplane (with id, color, purpose, ...)<br>
- terrain (delimited field) - probably an image / map<br>
- mission (an aeroplane has one and only one mission over a terrain)<br>
- fleet of aeroplanes (group of aeroplanes with missions)<br>
<br>
I've been requested to use grass to keep this system.<br>
I thought of sql because of a relational model to keep all these entites and their relationships.<br>
Can anyone help me ?<br>
I thought about sqlLite, PostgreSQL, MySQL,...<br>
I am really confused, i don't know where to start...<br>
Can anywon help me ??<br>
Please :-)<br>
<br>
Thanks in advance!<br>
<br>