Skip to content

guangchul/MiniSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

change code

Windows:

global/machine.h

Debug/makefile

Linux:

global/machine.h

build

make all --directory=Debug

init database

change direcotry to Debug

MiniSQL.exe --initDB -D D:\Studio\MiniSQL\test\data //Windows

or

./MiniSQL --initDB -D /home/choi/My/test/data //Linux

start server

MiniSQL.exe -P 30001 -D D:\Studio\MiniSQL\test\data //Windows

or

./MiniSQL -P 30001 -D /home/choi/My/test/data

test

with psql

./psql -h 127.0.0.1 -p 30001 -d base

or

psql.exe -h 127.0.0.1 -p 30001 -d base

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages