简体   繁体   中英

Slick support for google dataflow

Can we use slick to connect to database while in Google data flow? Or is it preferred to use JBBC IO only?

Also is there a way to handle async requests? like for example, mapasync in case of Akka Streams.

Per current documentation ( http://slick.lightbend.com/doc/3.0.0/supported-databases.html ), Google data flow isn't supported.

Slick supports async requests pretty much everywhere by default I'd say, it'll give you nice Future to play with.

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