Skip to content

Commit

Permalink
Update README.md, version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjiahua committed Jun 26, 2019
1 parent fa44896 commit 38bf754
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Author: *huangjiahua*

## Version

* V 0.1.0
* V 0.2.0
* New feature: iterator

## TODO

1. Add iterator support.
2. Refactor the codes to make them more "C++", because currently it use many codes directly from *[APUE](http://www.apuebook.com)* , which were written in C.
3. Make it thread-safe.
4. Implement a server using socket to provide service and provide client API.
1. Refactor the codes to make them more "C++", because currently it use many codes directly from *[APUE](http://www.apuebook.com)* , which were written in C.
2. Make it thread-safe.
3. Implement a server using socket to provide service and provide client API.

## How to build?

Expand All @@ -36,4 +36,8 @@ make
```cmake
add_executable(my_binary ${MY_FILES})
target_link_libraries(my_binary rsdb ${OTHER_LIBS})
```
```

## Read More?

* This project has a related [blog](http://jiahuah.com/database/rsdb-1-introduction/).

0 comments on commit 38bf754

Please sign in to comment.