#csv #schema #table #type #sql #format

dbcrossbarlib

Library for copying data between databases (pre-release)

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

#1306 in Database interfaces

Download history 1/week @ 2024-02-13 94/week @ 2024-02-20 4/week @ 2024-02-27

99 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

~31–48MB
~1M SLoC