Skip to content

InfoRuc/xuandb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A simple database implemented by C++ which has some basic functions.

Building

This project is built by CMake(v2.8 or higher) on Linux. You should have these dependencies installed:

  • gcc/g++
  • git
  • cmake

You can install them by this command(only for centos):

# yum install -y gcc gcc-c++ git cmake

If you have your environment ready, you can build this project.

$ cd MiniDB
$ mkdir build
$ cd build
$ cmake ..
$ make

Now you can get the binary file in MiniDB/bin.

License

gplv3-logo

This project is under GPLv3.0 license. You can get more details from here.

About

A Database for teaching.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published