Added rlib
This commit is contained in:
parent
54e524995f
commit
68600e9b0f
@ -1,5 +1,9 @@
|
||||
# SORM
|
||||
|
||||
## Todo
|
||||
- auto complete table / view names.
|
||||
|
||||
|
||||
## Description
|
||||
SORM stands for SQL ORM. I made this because I have a love/hate relationship with both. I combined them together to have the best of both worlds!
|
||||
|
||||
|
2
sorm.h
2
sorm.h
@ -2,7 +2,7 @@
|
||||
#define SORM_H
|
||||
#include "str.h"
|
||||
#include <ctype.h>
|
||||
#include <rlib.h>
|
||||
#include "rlib.h"
|
||||
#include <sqlite3.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
Loading…
Reference in New Issue
Block a user