Use a database with Clojure

后端 未结 12 1558
青春惊慌失措
青春惊慌失措 2021-01-31 08:22

What methods to use a database from Clojure are there?

I know from Clojure you can do anything you can with Java, but that means that I may end up using something overly

12条回答
  •  北恋
    北恋 (楼主)
    2021-01-31 08:43

    If you are open to using a Java library but want something that embraces simplicity, perhaps you'll like Persist. It'll only take you 10 minutes to have a look and see if it fits your needs.

提交回复
热议问题