sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.
Stars
1.2k
Forks
227
Watchers
1.2k
Open Issues
71
Overall repository health assessment
No package.json found
This might not be a Node.js project
479
commits
57
commits
53
commits
30
commits
15
commits
14
commits
7
commits
4
commits
4
commits
3
commits
ref #376 - fixing error where sql2o might throw an exception if autoCommit is set to false on data source level
537d73eView on GitHubMerge pull request #375 from aaberg/rewrite-reflection-and-add-record-support
3e5a6e5View on GitHubBetter performant cache, by doing an optimistic read without read lock, which is ok because value will never change when it is written.
4956fb3View on GitHubOk, so I decided not to try to somehow make this version work with java 11. It supports records, which was not a thing before java 14, and will therefore not run on anything lower than that. Updated target version to 17
f7a84b5View on GitHubRemoved unused code, and some refactoring in connection with reflection rewrite
657d89cView on GitHub