简体   繁体   English

scala.dbc中的存储过程

[英]stored procedures in scala.dbc

I wonder if scala.dbc supports stored procedures? 我想知道scala.dbc是否支持存储过程?

The mysql jdbc backend I'm using supports it, bonus points for a code illustration to show how it works. 我使用的mysql jdbc后端支持它,代码插图的奖励点显示它是如何工作的。

I don't think there's any work going on on Scala dbc anymore. 我不认为Scala dbc上还有任何工作要做。 You would have to wait for Scala dbc3, but I have no idea what the status of that is at the moment. 您将不得不等待Scala dbc3,但我不知道目前的状态是什么。 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. 您最好查看https://stackoverflow.com/questions/1362748/wanted-good-examples-of-scala-database-persistence ,以获得有关替代Scala SQL框架的出色概述。 I don't believe that any of the ones mentioned in the link support stored procedures out of the box, however. 但是,我不认为链接中提到的任何内容都支持开箱即用的存储过程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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