53 releases
new 0.3.8 | Dec 11, 2024 |
---|---|
0.3.7 | Nov 18, 2024 |
0.3.6 | Aug 28, 2024 |
0.3.5 | Jul 3, 2024 |
0.2.2-rc | Mar 31, 2023 |
#299 in Database interfaces
476 downloads per month
Used in 10 crates
(5 directly)
78KB
2K
SLoC
Core library for dora
Generating dora schema
cargo run -p dora-core generate_schemas
VSCode YAML Dataflow Support
We can pass the JSON Schema to VSCode redhat.vscode-yaml
to enables features such as:
- Type validation
- Suggestions
- Documentation
Getting started
-
Install
redhat.vscode-yaml
-
Open User Settings(JSON) in VSCode within
ctrl
+shift
+p
search bar. -
Add the following:
"yaml.schemas": {
"https://raw.githubusercontent.com/dora-rs/dora/main/libraries/core/dora-schema.json": "/*"
},
And you should be set! 🔥
Dependencies
~9–20MB
~300K SLoC