Use a database with Clojure

后端 未结 12 1580
青春惊慌失措
青春惊慌失措 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 09:01

    Then there is SQLLite. Have a look at this simple example: https://github.com/ogrim/clojure-sqlite-example

提交回复
热议问题