Update README

This commit is contained in:
Tobie Morgan Hitchcock 2016-09-14 18:05:52 +01:00
parent ed6a9555a1
commit 152c6524f5

View file

@ -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