easy-sql-compilation-data 1.0.0

Easy SQL support library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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-compilation-data.svg)](https://crates.io/crates/easy-sql-compilation-data)

Shared data-model crate for [`easy-sql`](https://crates.io/crates/easy-sql) build-time schema metadata stored in `easy_sql.ron`.

It provides serializable structs such as `CompilationData`, `TableDataVersion`, and helpers to locate/load/save the file. With the `migrations` feature it can generate migration token streams used by `easy-sql`’s macros.