Releases: amanfoundongithub/database_management_system
Releases · amanfoundongithub/database_management_system
Release list
First Release Version CRUD implemented
v0.1.0 Refinement
CREATE Table, Add Entry, Update, Find and DELETE Table are added
v0.0.4 Added DELETE TABLE functionality
Added an UPDATE route
v0.0.3 Added UPDATE Route
Updated with SEARCH API also included
Added search API to search on all fields, except password as it is always a hashed value
CREATE, ADD APIs added
Contains only the Create and Add APIs for now, will update more on this with time