Answer the question
In order to leave comments, you need to log in
Which database and ORM to choose for Scala?
Now I'm deciding on a library and database for use in the rock, under the Lift framework.
Mongo likes the flexibility of collections, storing JSON and small files, but as it turned out, under Scala, the most famous libraries do not work with it.
The tasks for the database are simple and there will be no heavy load, the main thing is ease of use, and most importantly, migrations. I will store a lot of serialized JSON data, and do a simple search on it. That's actually all.
Which solution is best for you?
Answer the question
In order to leave comments, you need to log in
You can look towards CouchDB. Everything is stored in JSON. Of the advantages of restfull api and document versioning. Of the minuses, one can note the loss of performance with frequent deletion of documents.
You can use the PostgreSQL
relational database, it has a built-in type for working with JSON with the necessary methods
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question