Update README
This commit is contained in:
parent
ed6a9555a1
commit
152c6524f5
1 changed files with 7 additions and 6 deletions
11
README.md
11
README.md
|
@ -26,15 +26,16 @@ Surreal is a scalable, distributed, strongly-consistent, collaborative document-
|
||||||
- End-user multi-tenancy authentication
|
- End-user multi-tenancy authentication
|
||||||
- Flexible **data manipulation** queries
|
- Flexible **data manipulation** queries
|
||||||
- Automatic creation of tables
|
- Automatic creation of tables
|
||||||
- Sceha-less or schema-full tables
|
- Schema-less or schema-full tables
|
||||||
- Automatic data field sanitization
|
- Automatic data field sanitization
|
||||||
- Mandatory, and readonly data fields
|
- Mandatory, readonly, and validated data fields
|
||||||
- Define embedded fields, and object arrays
|
- Define embedded fields, and object arrays
|
||||||
- Advanced customisable **indexing** support
|
- Advanced customisable **indexing** support
|
||||||
- Single-column indexs
|
- Single-column indexes
|
||||||
- Multiple-column indexes
|
- Multiple-column indexes
|
||||||
|
- Multiple-compound indexes
|
||||||
- Indexing of embedded data fields
|
- Indexing of embedded data fields
|
||||||
- LUA/JS scripting for custom indexes
|
- JS/LUA scripting for custom indexes
|
||||||
- Full-text indexing of all data by default
|
- Full-text indexing of all data by default
|
||||||
- **Collaborative** editing and manipulation of data
|
- **Collaborative** editing and manipulation of data
|
||||||
- Live realtime queries
|
- Live realtime queries
|
||||||
|
|
Loading…
Reference in a new issue