No packages match
SQLFormatteR - Format SQL Queries
A convenient interface for formatting 'SQL' queries directly within 'R'. It acts as a wrapper around the 'sql_format' Rust crate. The package allows you to format 'SQL' code with customizable options, including indentation, case formatting, and more, ensuring your 'SQL' queries are clean, readable, and consistent.
Last updated
rustcargo
3.60 score 8 stars 3 scripts 196 downloadsconfigulaR - Manage Application Settings via '.env' or '.ini' Files
Provides a simple way to manage application settings by loading configuration values from '.env' or '.ini' files. It supports default values, type casting, and environment variable overrides, enabling a clean separation of configuration from code. Ideal for managing credentials, API keys, and deployment-specific settings.
Last updated
2.70 score 2 scripts 538 downloads