FlexiBase is a lightweight database system inspired by MongoDB, implemented using Data Structures and Algorithms (DSA) core concepts. It supports basic CRUD (Create, Read, Update, Delete) operations and efficient data searching. The database utilizes B-trees and hashmaps to provide fast access and manipulation of data. FlexiBase offers a set of seven fundamental queries for performing CRUD operations and searching data.
desktop
application
database_managment_tool