An open source python database
The database (namedb) is super simple to use like for adding and taking an item it's like that :
            
              import namedb
              namedb.add('stockpatate', 13)
              print(f'{namedb.get("stockpatate")} patates')
            
          
Everything is super simple in this database(it's the goal) and the database is open source on github!
Delete an object
For deleting an object is super simple it's just like that! :
            
              import namedb
              namedb.remove('item')
            
          
With this you delete an item named "item"
But is the database fast ?
This database only load what you need and nothing more so it make this one of the fastest databases in the world !
Async
Every fonction as an async clone (different name) because if some persons want to make their lib or api async they can with this database
Origin
The origin of namedb is very special, This database has been created by Name when she wanted to create a commande named "tag" and wanted to give her some difficulties "to not use SQL" and she started to make her own database and she found this database was super fast et so she wanted to continue to make it et and now this database is one of the fastest one earth and easy to learn
Developpement
This database has only been created by name for now, The futurs employees will probably be not payed or testers.
Why python ?
This language is loved a lot by beginners and for creating an easy to use database it's the best language of this.