https://github.com/yinqiwen/swal
A simple write ahead log C99 library.
https://github.com/yinqiwen/swal
Last synced: 6 months ago
JSON representation
A simple write ahead log C99 library.
- Host: GitHub
- URL: https://github.com/yinqiwen/swal
- Owner: yinqiwen
- Created: 2015-07-19T08:35:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T06:13:51.000Z (over 9 years ago)
- Last Synced: 2025-04-01T15:11:56.725Z (7 months ago)
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swal
======A simple C99 WAL(write ahead log) library.
## Usage
Example: [swal_test.c](https://github.com/yinqiwen/swal/blob/master/swal_test.c)
## Embedding swal
Just copy swal.h & swal.c into your project.