Skip to content

Commit

Permalink
doc: add Cross Join for DQL and Contributors (KipData#172)
Browse files Browse the repository at this point in the history
* doc: add Cross Join for DQL and Contributors

* config: version up
  • Loading branch information
KKould authored Mar 19, 2024
1 parent c9609f5 commit 917804e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "fnck_sql"
version = "0.0.1-alpha.13"
version = "0.0.1-alpha.14"
edition = "2021"
authors = ["Kould <[email protected]>", "Xwg <[email protected]>"]
description = "SQL as a Function for Rust"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ let fnck_sql = DataBaseBuilder::path("./data")
- [x] Alias
- [x] Aggregation: count()/sum()/avg()/min()/max()
- [x] SubQuery[select/from/where]
- [x] Join: Inner/Left/Right/Full Cross(x)
- [x] Join: Inner/Left/Right/Full/Cross
- [x] Group By
- [x] Having
- [x] Order By
Expand Down Expand Up @@ -192,7 +192,10 @@ open contributions and allowing you to use the software however you want.

[1]: <https://github.com/KipData/KipSQL/blob/main/LICENSE>

### Thanks For
## Contributors
[![](https://opencollective.com/fncksql/contributors.svg?width=890&button=false)](https://github.com/KipData/FnckSQL/graphs/contributors)

## Thanks For
- [Fedomn/sqlrs](https://github.com/Fedomn/sqlrs): Main reference materials, Optimizer and Executor all refer to the design of sqlrs
- [systemxlabs/bustubx](https://github.com/systemxlabs/bustubx)
- [duckdb/duckdb](https://github.com/duckdb/duckdb)

0 comments on commit 917804e

Please sign in to comment.