An open API service indexing awesome lists of open source software.

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.

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.