jankensqlhub 1.2.0

A high-performance, modular Rust library for parameterizable SQL query management with support for SQLite and PostgreSQL
Documentation
1
2
3
4
5
6
7
8
# PostgreSQL environment variables for local development
# Copy this file to .env.postgres and customize the values

# Database connection settings
POSTGRES_DB=jankensqlhub_test
POSTGRES_USER=jankensqlhub_user
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_PORT=5432