Scala DBs? Relational Algebra?

Are there databases written in Scala, or is there a particularly efficient use of Scala features?

Has anyone implemented relational algebra or tutorial D in Scala?

Thank.

+3
source share
1 answer

Here is the closest to the answer I found.

 www.scala-lang.org/node/6539

 http://code.google.com/p/orbroker/

This is not a complete database, but orbroker provides a Scala-specific interface for relational databases.

+2
source

Source: https://habr.com/ru/post/1791170/


All Articles