dbmaters

Crates.iodbmaters
lib.rsdbmaters
version0.2.0
created_at2025-05-06 03:04:08.489807+00
updated_at2025-05-06 03:04:08.489807+00
descriptionA Rust library for database migrations using dbmate
homepage
repositoryhttps://github.com/auser/dbmaters
max_upload_size
id1661825
size3,859,719
Ari (auser)

documentation

README

DBmaters

DBmaters is a Rust library that provides a C API for database migrations using the fantastic dbmate project.

Prerequisites

This library requires the Go library to be built first. Run:

make build-go-static

Building

cargo build

Usage

use dbmaters;

fn main() {
    dbmaters::create_and_migrate("postgres://localhost/mydb");
}
Commit count: 23

cargo fmt