unique-pure / microDB

microDB:微型数据存储和查询系统实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroDB

Introduction

MicroDB is a lightweight data storage and query system designed to provide efficient data management and retrieval functionalities. This project implements essential features such as file creation, modification, management, and transaction processing, along with a user-friendly menu system. The primary purpose of MicroDB is to offer a minimalistic yet functional database solution for small-scale applications or educational purposes.

Installation

To install and set up MicroDB, follow these steps:

  1. Clone the repository:
    git clone https://github.com/unique-pure/microDB.git
  2. Navigate to the project directory:
    cd microDB
  3. Ensure you have a C++ compiler installed. For example, you can install g++ if you're on a Debian-based system:
    sudo apt-get install g++
  4. Build the project:
    make microDB

Usage

To use MicroDB, follow these instructions:

  1. Run the project:
    ./microDB
  2. Select an option:
    • Enter the number corresponding to the operation you want to perform.
    • Follow the on-screen instructions to interact with the system.

About

microDB:微型数据存储和查询系统实现


Languages

Language:C++ 98.7%Language:Makefile 1.3%