This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Re: Is there any database API for Scala, independent of execution platform (i.e. that can be used for both Java and .NET) ?

1 reply
Naftoli Gugenheim
Joined: 2008-12-17,
User offline. Last seen 42 years 45 weeks ago.

Not sure if this is what you're looking for but I think H2 can be run on .NET, according to its documentation/website.
If you're looking for a database engine programmed in Scala, personally I haven't heard of any but that doesn't mean anything.
If you mean an ORM etc. there are a few. You can use Lift Mapper even in a non-Lift application (just include the webkit and util jars IIRC).
What is the status of Scala on .NET?

-------------------------------------
scalaforum wrote:

Yes, I know you can use Java frameworks (such as e.g. the Spring
framework and its JdbcTemplate class) but is there any generic (scala
"native", i.e. non-java-specific) solution for how to write data access
code with Scala, which will be possible to deploy into a .NET
environment without any Java dependency ?

rytz
Joined: 2008-07-01,
User offline. Last seen 45 weeks 5 days ago.
Re: Is there any database API for Scala, independent of execut


On Fri, Jan 15, 2010 at 03:18, Naftoli Gugenheim <naftoligug@gmail.com> wrote:
Not sure if this is what you're looking for but I think H2 can be run on .NET, according to its documentation/website.
If you're looking for a database engine programmed in Scala, personally I haven't heard of any but that doesn't mean anything.
If you mean an ORM etc. there are a few. You can use Lift Mapper even in a non-Lift application (just include the webkit and util jars IIRC).
What is the status of Scala on .NET?

We're working on bootstrapping the compiler and we're fixing MSIL-Backend-Bugs alongthe way. EPFL will provide a compiler running on .NET (which uses IKVM.OpenJDK.Core.dll, at least in a first version)
Right now, we have a cross-compiler running on the JVM, and a reduced version ofscala-library.jar which runs on .NET.
For some parts we will rely on the community (e.g. porting more of scala-library.jar to .NET).
Lukas
 


-------------------------------------
scalaforum<scalaforum@annonsmarknaderna.se> wrote:

Yes, I know you can use Java frameworks (such as e.g. the Spring
framework and its JdbcTemplate class) but is there any generic (scala
"native", i.e. non-java-specific) solution for how to write data access
code with Scala, which will be possible to deploy into a .NET
environment without any Java dependency ?

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland