# DBwrapper **Repository Path**: savagecm/DBwrapper ## Basic Information - **Project Name**: DBwrapper - **Description**: a thread safe no sql database wrapper, now support redis, will support more later - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [DBwrapper] ## build status ### master-branch : [![Build Status](https://travis-ci.org/maxcong001/DBwrapper.svg?branch=master)](https://travis-ci.org/maxcong001/DBwrapper) ### dev-branch : [![Build Status](https://travis-ci.org/maxcong001/DBwrapper.svg?branch=dev)](https://travis-ci.org/maxcong001/DBwrapper) =================================== Copyright Max Cong. ## dependancy 1. libevent(this is for timer service) ## Documentation You can find more detailed documentation and examples in the [doc](doc) and [example](example) directories respectively. ## Installation & Testing See [INSTALL](INSTALL.md) for installation instructions for various platforms. See [test](test) for more guidance on how to run various test suites (e.g. unit tests, interop tests, benchmarks) ## project Status | time | change | version | |-------------|-------------------------------------------------------|---------| | 2017/09/10 |first commit | 0.3 | | 2018/02/11 |change to task base | 0.3 | ## Known issue ## Overview ## Interface ## Usage just see the [example](example)