Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 589 Bytes

Build status

rarog

SQL database
server mode (framed tcp protocol with msgpack serialization)
durability (database saved after each change)

supported statements

create table, drop table, alter table add/drop column
insert, update, select, delete

supported operations on update

+ (all types)
-, *, / (only numeric)

supported conditions

=, >, <, >=, <=, <>, and, or

supported column types

int, bigint, float(same as double), double, varchar