We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3b531 commit 5199d85Copy full SHA for 5199d85
README.md
@@ -66,8 +66,10 @@ See https://github.com/picodata/brod for example usage.
66
67
### Features
68
69
-- `net_box` - Enables protocol implementation (enabled by default)
70
-- `schema` - Enables schema manipulation utils (WIP as of now)
+- `net_box` - Enables IPROTO fiber aware client (enabled by default)
+- `network_client` - Enables a second implementation of IPROTO fiber aware client but with Rust async support (enabled by default)
71
+- `picodata` - Enables support for custom features added in picodata's fork of tarantool
72
+- `tokio_components` - Enables support for interfacing with tokio based logic through cbus
73
74
### Stored procedures
75
0 commit comments