|
|
|
|
|
by huahaiy
484 days ago
|
|
Not really. Database is where immutability may not be a good fit, at least not all the time. In many use cases, database is where application state resides, hence a mutable database is a better fit. There are Datomic flavored database in the Clojure ecosystem that is specifically design to address this point, e.g. Datalevin. |
|