SQLiteSEM Code
SQLiteSEM is SFENCE extension module which supports SQLite database.
Status: Pre-Alpha
Brought to you by:
sfence
File | Date | Author | Commit |
---|---|---|---|
include | 2014-04-24 |
![]() |
[e12163] Initial commit |
src | 2014-04-24 |
![]() |
[e12163] Initial commit |
test | 2014-04-24 |
![]() |
[e12163] Initial commit |
.gitignore | 2014-04-24 |
![]() |
[e12163] Initial commit |
AUTHORS | 2014-04-24 |
![]() |
[e12163] Initial commit |
COPYING | 2014-04-24 |
![]() |
[e12163] Initial commit |
Makefile | 2014-04-24 |
![]() |
[e12163] Initial commit |
NEWS | 2014-04-24 |
![]() |
[e12163] Initial commit |
README | 2014-04-24 |
![]() |
[e12163] Initial commit |
SQLiteSEM.c | 2014-04-24 |
![]() |
[e12163] Initial commit |
SQLiteSEM.h | 2014-04-24 |
![]() |
[e12163] Initial commit |
TODO | 2014-04-24 |
![]() |
[e12163] Initial commit |
SQLiteSEM README =============================================================================== OVERVIEW Description ----------- The SQLiteSEM library can be used for supportion SQLite databashe for your aplication. Features -------- The SQLiteSEM program Library the following features: o Free software (GNU General Public License) o Should work on every ANSI C conforming platform with SFENCE dynamic library. Disclaimer ---------- Please read the file COPYING before using SQLiteSEM. Installation ------------ For installing SQLiteSEM you must create some IDE project or you can try to use Makefile on Unix. New Versions ------------ Information on how to retrieve new versions of SQLiteSEM can not be found on any url address. If you want new version, please contact author. Credits ------- Please read the file AUTHORS.