Simple mysql query builder to build select, insert, update and delete queries with conditional parts.
Stars
23
Forks
1
Watchers
23
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
346
commits
1
commits
Refine type annotations in `RunnableSelect` methods for improved generics handling
f5bd04dView on GitHubUpdate README with link to temporary tables documentation and add usage details
abb2838View on GitHubAdd support for temporary tables with `RunnableTemporaryTable` interface and implementation
d4c5732View on GitHubRefactor MySQLExceptionInterpreter: replace switch-case with match expression for cleaner exception handling
ddc32ffView on GitHubStandardize code formatting: adjust spacing, line breaks, and lambda syntax
e9b0be1View on GitHubExpand AGENTS.md with detailed usage examples for table aliases, mass inserts, field masking, and other advanced insert operations
53428f3View on GitHubUpdate .gitignore and rename INSTRUCTIONS.md to AGENTS.md to align with new documentation structure
9f9dc90View on GitHubAdd validation for table data and throw exception for unsupported types
75ad7e2View on GitHubRefine return type annotation in fetchKeyValue for improved clarity
b1a83eaView on GitHubEnsure numeric validation and proper type casting for LIMIT and OFFSET
c645adaView on GitHub