easy-sql-macros 1.0.0

Easy SQL support library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Easy SQL

[![Crates.io](https://img.shields.io/crates/v/easy-sql.svg)](https://crates.io/crates/easy-sql)
[![Documentation](https://docs.rs/easy-sql/badge.svg)](https://docs.rs/easy-sql)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)

Use the [parent crate](https://crates.io/crates/easy-sql) instead.

## What is this?

[![Crates.io](https://img.shields.io/crates/v/easy-sql-macros.svg)](https://crates.io/crates/easy-sql-macros)

Procedural macro crate for [`easy-sql`](https://crates.io/crates/easy-sql) that parses query/table macros, loads build-time schema metadata from `easy_sql.ron`, and emits token streams from typed SQL.