authkit-cli 0.1.0

CLI tool for AuthKit database schema management
1
2
3
4
5
6
//! Feature-specific SQL schemas
//!
//! Each feature module contains the up/down SQL for both PostgreSQL and SQLite.

pub mod base;
pub mod email_verification;