-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Neil Moore edited this page Feb 5, 2016
·
3 revisions
OpenMemDB plans to implement the following features:
- CRUD-style queries (CREATE TABLE, INSERT, SELECT, UPDATE, DELETE, DROP TABLE)
- Table constraints (PRIMARY KEY, NOT NULL, DEFAULT, UNIQUE, AUTO_INCREMENT)
- Limited Datatypes (INTEGER, SMALLINT, BIGINT, BOOLEAN, FLOAT, DATE, TIME)
- WHERE, ORDER BY, GROUP BY, IN, BETWEEN
- Aliases(?)
- Boolean expressions
- Regex (LIKE, wildcards, etc)(?)
- Math aggregate functions (MAX, MIN, AVG, COUNT, SUM)