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!
import namedb
namedb.remove('item')
With this you delete an item named "item"