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

#1684 in Database interfaces

Download history 6/week @ 2024-03-08 2/week @ 2024-03-15 110/week @ 2024-03-29 23/week @ 2024-04-05

193 downloads per month

Apache-2.0 OR MIT

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

~30–45MB
~846K SLoC