Functions
- delete element in your database in a given position ;automaticaly skip if the position did’int exist
- delete all element in the database
- return your database ; will panic if database don’t exist
- insert new element in the database
- Create a new database ; automaticly skip if the db already exist
- update element in your database