rawsql 0.2.0

A rust library for reusing SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rawsql"
version = "0.2.0"
authors = ["Manuel Alonso <manuel.alonso@protonmail.com>"]
license = "MIT"
description = "A rust library for reusing SQL"
repository = "https://github.com/manute/rawsql"
documentation = "http://manute.github.io/rawsql/rawsql/index.html"
readme = "README.md"
keywords = ["database", "sql"]

[lib]
name = "rawsql"
path = "src/lib.rs"
doctest = false

[dev-dependencies]
postgres = "0.19.12"