lua-sql-builder 0.1.4

Build sql statements programmatically and intuitively
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "lua-sql-builder"

version = "0.1.4"

edition = "2021"

authors = ["Dayvson Spacca spacca.dayvson@gmail.com"]

description = "Build sql statements programmatically and intuitively"

readme = "README.md"

repository = "https://github.com/dayvsonspacca/lua-sql-builder"

license = "MIT"

keywords = ["sql"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[lib]

name = "lua_sql_builder"



[dependencies]