Skip to content

Commit 75052ce

Browse files
Update README.md
1 parent 3e8fd78 commit 75052ce

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
## Concepts & features
1313

1414
- supports Base JPA annotations
15-
- supports distributed SQL queries
15+
- supports local & distributed SQL queries
1616
- supports transactions
17+
- supports unique constraints
18+
- supports persistent indexes
1719
- runs in the same JVM with local application
1820
- can be used as a local or distributed SQL database
1921
- can be used as persistent layer for a distributed application
@@ -25,6 +27,12 @@
2527
the launch of any additional coordinators. All cluster nodes are equivalent.
2628
- supports complex event processing and streaming SQL (in next release)
2729

30+
## NOTE:
31+
nterference is not a RDBMS in the classical sense, and it does
32+
not contain ddl operations (the table structure is created on the basis
33+
of @Entity class JPA-compatible annotations), foreign keys. Standard
34+
dml operations, like UPDATE, DELETE for bulk changes and check constraints
35+
are planned to be implemented in future versions.
2836

2937
## Quick Start Application
3038

0 commit comments

Comments
 (0)