This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
DeveelDB 2.0 - Reboot
Past due by over 8 years
92% complete
The new version of DeveelDB engine which will re-define most of the components already defined in DeveelDB 1.x
- Implementation of the SQL-99 model:
Database Objects (Tables, Views, Users,Routines, Variables)
SQL Statements
Core functions (aggregated and static) - SQL Compiler to AST Nodes (based on Irony Parser)
- SQL Expressions (in a tree-level model)
- New T…
The new version of DeveelDB engine which will re-define most of the components already defined in DeveelDB 1.x
- Implementation of the SQL-99 model:
Database Objects (Tables, Views, Users,Routines, Variables)
SQL Statements
Core functions (aggregated and static) - SQL Compiler to AST Nodes (based on Irony Parser)
- SQL Expressions (in a tree-level model)
- New Types management (for primitive and user-defined)
- Extensive Programmability (stored procedures and functions)