- database now can use RELATE, RETURN, DEFINE TOKEN
- Select query now can use iterator to traverse results, [see ](https://github.com/kotolex/surrealist/tree/master?tab=readme-ov-file#iteration-on-select)
- Database now can define/remove index, analyzer and scope
- QL-constructor added, you can now generate queries and use all features of QL
- result now has helpers like is_empty, to_dict, id, ids, get
- websocket connection works faster
- a lot more examples added
- updated readme on all updates and features
- bug fixes
- improve documentation and examples
What's Changed
* Feature/ql generator by kotolex in https://github.com/kotolex/surrealist/pull/1
* refactoring by kotolex in https://github.com/kotolex/surrealist/pull/14
* Table and Database improve by kotolex in https://github.com/kotolex/surrealist/pull/19
* Feature/define by kotolex in https://github.com/kotolex/surrealist/pull/21
* Feature/iterator by kotolex in https://github.com/kotolex/surrealist/pull/22
* Database improve and refactor by kotolex in https://github.com/kotolex/surrealist/pull/27
New Contributors
* kotolex made their first contribution in https://github.com/kotolex/surrealist/pull/1
**Full Changelog**: https://github.com/kotolex/surrealist/commits/v0.2.3