edgedb/edb/protocol
Fantix King 620a9b02fd
Add multi-tenant support (#5882)
Includes #5830 #5833 #5869 #5881 #5889 and some other commits in #5882
2023-08-10 09:23:41 -05:00
..
.gitignore Move 'Cardinality' enum and protocol messages into edb.protocol to fix docs build (#2650) 2021-07-08 12:01:09 +01:00
__init__.py Move 'Cardinality' enum and protocol messages into edb.protocol to fix docs build (#2650) 2021-07-08 12:01:09 +01:00
enums.py Move ir import from protocol/enums to server/compiler/enums (#4361) 2022-09-15 15:01:07 -05:00
messages.py Document different headers (#4000) 2022-07-06 18:38:37 -07:00
protocol.pxd Fix cardinality of required global in state (#4068) 2022-07-13 14:08:41 -05:00
protocol.pyx Add multi-tenant support (#5882) 2023-08-10 09:23:41 -05:00
README Document (and slightly alter) how the 'system_config' status is sent 2021-11-03 20:25:15 -07:00
render_utils.py Move 'Cardinality' enum and protocol messages into edb.protocol to fix docs build (#2650) 2021-07-08 12:01:09 +01:00

Protocol documentation and testing utilities.
The actual protocol implementation is in the edb.server package.