Yesql is a lightweight Clojure library that embraces raw SQL by allowing developers to store SQL queries in separate .sql files and load them into Clojure as functions, ensuring queries remain close to the SQL syntax while integrating cleanly into Clojure projects. The primary focus moving forward will be to keep versions and tests up to date, and potentially add a few new features where they are most likely to be helpful. The goal is for yesql to continue as a stable and composable library for integrating SQL easily into Clojure projects.
Features
- Organizes SQL statements in standalone .sql files for clarity
- Automatically generates Clojure functions for each SQL statement
- Minimal abstraction—SQL stays in its native form for full expressiveness
- Supports both positional (?) and named (:id) parameter syntax
- Compatible with clojure.java.jdbc for database interaction
- Highly composable, stable, and easy to integrate into existing projects
Categories
DatabaseLicense
Eclipse Public LicenseFollow Yesql
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Yesql!