U
U
uhbif192014-02-18 00:02:39
PostgreSQL
uhbif19, 2014-02-18 00:02:39

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

2 answer(s)
C
Condensed milk-chan, 2014-02-25
@wing_pin

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.

L
lucky_libora, 2014-07-21
@lucky_libora

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 question

Ask a Question

731 491 924 answers to any question