sql 0.4.3

The package provides a constructor of SQL statements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Reexports of functions, traits, and types.

pub use Typable;
pub use Type;

pub use grammar::Statement;
pub use grammar::clause::Order;
pub use grammar::clause::Orderable;
pub use grammar::operation::Likable;

pub use language::*;