mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-23 23:44:07 +00:00
Add a backlink from sqlparse_derive
to sqlparser
and publishing instructions (#779)
* Add backlink to sqlparser-rs in derive docs * Update release docs for sqlparser_derive
This commit is contained in:
parent
cf3fe64af6
commit
fc503e08c9
2 changed files with 14 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
## Visit
|
## Visit
|
||||||
|
|
||||||
This crate contains a procedural macro that can automatically derive implementations of the `Visit` trait
|
This crate contains a procedural macro that can automatically derive
|
||||||
|
implementations of the `Visit` trait in the [sqlparser](https://crates.io/crates/sqlparser) crate
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
#[derive(Visit)]
|
#[derive(Visit)]
|
||||||
|
|
|
@ -56,3 +56,14 @@ $ cargo install cargo-release
|
||||||
4. Check that the new version of the crate is available on crates.io:
|
4. Check that the new version of the crate is available on crates.io:
|
||||||
https://crates.io/crates/sqlparser
|
https://crates.io/crates/sqlparser
|
||||||
|
|
||||||
|
|
||||||
|
## `sqlparser_derive` crate
|
||||||
|
|
||||||
|
Currently this crate is manually published via `cargo publish`.
|
||||||
|
|
||||||
|
crates.io homepage: https://crates.io/crates/sqlparser_derive
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cd derive
|
||||||
|
cargo publish
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue