I am looking for an API that can work as a database replacement. Key features I am looking for in this tool include:
- Generating unique ID's when new records are added (like an IDENTITY in MS SQL Server, or Autonumber in Access)
- Ability to add, update, delete records
- Ability to retrieve...