Sorm4j:适用于Java的简单微对象关系映射器
Sorm4j(Java的微型对象关系映射器)是基于Java的微型ORM工具。它仅提供简单的功能来进行选择,插入,更新,删除和合并。
Sorm4j将Java对象设置为SQL语句的参数并执行该SQL语句,然后将结果映射到Java对象。它会打开与数据库的连接,并在执行后自动将其关闭。
这是lambda表达式的示例:
// Creates an entry point as javax.sql.DataSource.
Sorm sorm = So
概要
FormatSQL通过使用长SQL语句格式化为更易读的格式。
如何使用
选择sql并单击菜单选择->格式-> SQL
配置按键绑定
将以下行添加到键盘映射设置
{ "keys": ["super+k", "super+s"], "command": "format_sql" },
例
原版的:
select a,b from foo join bar on val1 = val2 where id = 123 and cd = 99;
格式:
SELECT a,
SqlRepo
We are please to announce the release of 3.0.0 of SqlRepo, our implementation of the Repository Pattern that allows you to build and execute CRUD SQL statements using Lambda Expressions and strong typing.
In this release we have completely re