Auto Increment
⭐ List of Feature ⭐
✅ Inbuilt increment
- Some databases, such as MongoDB, do not support auto-incrementing fields. API Maker can provide this functionality for those databases by automatically generating sequential values for each record.
✅ isAutoIncrementByAM
- To enable this feature, the user only has to set the isAutoIncrementByAM property to true.
✅ start & step
- The user can also specify the initial value and the increment amount for each record.
✅ CRUD operation
- The user can perform CRUD operations on the auto-incremented records.
✅ Easy Backup & Restore in New Environment
- The user can easily backup and restore the auto-increment list when creating or deleting a server.