leggo 0.1.0

A SQL query builder for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Leggo 🧇

A SQL query builder for Rust.

🚧 This crate is a work in progress and is not ready for use in any project yet.

## Inspiration

Inspired by [Knex.js](https://knexjs.org/)

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.