Skip to content

Releases: amanfoundongithub/database_management_system

First Release Version CRUD implemented

Choose a tag to compare

@amanfoundongithub amanfoundongithub released this 11 Dec 10:25
v0.1.0

Refinement

CREATE Table, Add Entry, Update, Find and DELETE Table are added

Choose a tag to compare

@amanfoundongithub amanfoundongithub released this 11 Dec 06:35
v0.0.4

Added DELETE TABLE functionality

Added an UPDATE route

Choose a tag to compare

@amanfoundongithub amanfoundongithub released this 11 Dec 06:13
v0.0.3

Added UPDATE Route

Updated with SEARCH API also included

Choose a tag to compare

@amanfoundongithub amanfoundongithub released this 11 Dec 05:24

Added search API to search on all fields, except password as it is always a hashed value

CREATE, ADD APIs added

Choose a tag to compare

@amanfoundongithub amanfoundongithub released this 11 Dec 04:35

Contains only the Create and Add APIs for now, will update more on this with time