59 releases
0.5.3 | Aug 1, 2023 |
---|---|
0.5.2 | Nov 4, 2022 |
0.5.0 | Oct 20, 2022 |
0.5.0-beta.4 | Jan 1, 2022 |
0.0.10 | Mar 8, 2019 |
#2343 in Database interfaces
193 downloads per month
655KB
15K
SLoC
dbcrossbarlib: Translate table schemas and copy tables between databases
This is currently an internal library used by dbcrossbar
, and it has an unstable API. We might someday decide to stabilize this as a public API that performs the same operations as the dbcrossbar
CLI. It is not yet intended for use outside of that tool, and it may not always respect Semantic Versioning rules.
lib.rs
:
A library for reading and writing table schemas in various formats.
At the moment, the most interesting type here is the schema
module, which defines a portable SQL schema.
Dependencies
~32–48MB
~888K SLoC