Daxten / bay-scalajs.g8

A ScalaJs Template with scaffolding, postgres, scalajs-react and play-framework in the backend
Apache License 2.0
48 stars 7 forks source link

Add flexypool #9

Open wsargent opened 7 years ago

wsargent commented 7 years ago

Great template!

I noticed you have a number of features of Slick and autogeneration -- would you be interested in Flexypool, which resizes your database connection pool for you? (I have not tried it out myself, but it seems inline with your collection):

https://github.com/vladmihalcea/flexy-pool

Daxten commented 7 years ago

This looks very cool! I will try to take a look at it in the future, atm I'm planning to create more features for the code generator and trying to get sth like swagger going.

If you want/can make a PR, I woud be interested in it!