Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 646 Bytes

0.2.2.markdown

File metadata and controls

25 lines (13 loc) · 646 Bytes

ScalikeJDBC-Async 0.2.2 is out. Now we have the Play2 plugin to use ScalikeJDBC-Async seamlessly, thanks to @gakuzzzz!

ScalikeJDBC Logo

https://github.com/seratch/scalikejdbc

https://github.com/seratch/scalikejdbc-async

core

  • Deleted Session from ShortenedNames
  • Added AsyncDB.sharedSession, NamedAsyncDB.sharedSession
  • Added AsyncConnection#isActive

play-plugin

Newly added. The usage is mostly same as ScalikeJDBC Play plugin.

See the sample project:

https://github.com/seratch/scalikejdbc-async/blob/develop/play-sample

Enjoy writing typesafe and reactive SQL and get things done!