简体   繁体   中英

stored procedures in scala.dbc

I wonder if scala.dbc supports stored procedures?

The mysql jdbc backend I'm using supports it, bonus points for a code illustration to show how it works.

I don't think there's any work going on on Scala dbc anymore. You would have to wait for Scala dbc3, but I have no idea what the status of that is at the moment. You had better look at https://stackoverflow.com/questions/1362748/wanted-good-examples-of-scala-database-persistence for an excellent overview of alternatvie Scala SQL frameworks. I don't believe that any of the ones mentioned in the link support stored procedures out of the box, however.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM