Skip to content

DataCore: Efficient, scalable C-based database system for versatile applications.

Notifications You must be signed in to change notification settings

davitMartirosyan/DataCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataCore

DataCore is a simple, efficient, and scalable database management system implemented in C. It provides basic CRUD (Create, Retrieve, Update, Delete) operations, as well as functionalities to list and sort data.

Features

  • CRUD Operations: DataCore supports Create, Retrieve, Update, and Delete operations on database records.
  • List Data: Retrieve a list of records from the database.
  • Sort Data: Sort records based on specified criteria.
  • Efficient and Scalable: Implemented in C for optimal performance and scalability.
  • Easy to Use: Simple and intuitive interface for managing data.

Usage

To use DataCore in your project, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/yourusername/datacore.git
    
  2. Go to the Root Repository:
     cd datacore
     make
    
  3. And then run it:
    ./datacore
    

About

DataCore: Efficient, scalable C-based database system for versatile applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published