km-to-sql 0.1.0

Helpers and shared logic for KotobaMedia to-sql tools
Documentation
1
2
3
4
5
6
7
8
9
10
# km-to-sql

Shared helpers for KotobaMedia `to-sql` projects.

## Includes:

* Metadata types (`metadata::TableMetadata`)
    * Conforms to `serde::{Serialize, Deserialize}`
* Metadata (`datasets`) table schema and creation helpers
    * PostgreSQL: `postgres::{init_schema, upsert, get}`