markdown table formatting

This commit is contained in:
Ladd Hoffman 2024-12-24 14:02:21 -06:00
parent a176a88b8c
commit e242df5c7a
1 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# Concepts # Concepts
| | Implemented | Notes | | | Implemented | Notes |
| ------- | ----------- | ----- | | ------------- | ----------- | ------------------------------------------------------------------------ |
| Peering | Yes | Currently using RHIZOME_SEED_PEERS, no gossip / discovery | | Peering | Yes | Currently using `RHIZOME_SEED_PEERS`, no gossip / discovery |
| Schemas | Not really | Currently very thin layer allowing TypedCollections | | Schemas | Not really | Currently very thin layer allowing TypedCollections |
| Relationships | No | Supporting relational algebra among domain entities | | Relationships | No | Supporting relational algebra among domain entities |
| Views | Yes | Currently using functions rather than JSON-Logic expressions | | Views | Yes | Currently using functions rather than JSON-Logic expressions |