Open
Conversation
23b2d24 to
30172ac
Compare
pi0
reviewed
Jan 29, 2026
docs/1.guide/2.capabilities.md
Outdated
|
|
||
| ## Capabilities by Connector | ||
|
|
||
| | Connector | JSON | Bool | Array | Date | UUID | Tx | Batch | |
Member
There was a problem hiding this comment.
Would be nice if we add an automd generator for this section to stay in sync with source
pi0
reviewed
Jan 29, 2026
Member
There was a problem hiding this comment.
Currently, it looks like a dialect-mapped table. I suggest exposing it as a subpath like db0/capabilities with a map from dialects to capabilities users can use.
Later we might only expose capabilityOverrides from connectors that have exception (for example have one less or extra feature)
Contributor
Author
There was a problem hiding this comment.
i amended pr with this comments
a8ce927 to
3a1343b
Compare
Contributor
Author
@pi0 , let me know how we can proceed :) |
7a1e2fb to
f6f8fb3
Compare
fa3cc18 to
a1161db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
db.capabilitiesproperty to query database feature support at runtimeChanges
Per pi0's suggestion:
db0/capabilitiessubpath withdialectCapabilitiesmap andgetCapabilities()helpercapabilityOverrides(optional) for exceptions instead of full capabilitiesOther:
DatabaseCapabilitiesinterface with 7 capability flagsCapabilities Matrix
TODOs
currently using the
db-compat.onmax.medeployment in the docs and github source code