阅读背景:

在Clojure中持久保存地图/结构的最简单方法是什么?

来源:互联网 

The obvious way is to load up JDBC support from Clojure Contrib and write some function to translate a map/struct to a table. One drawback of this is that it isn't very flexible; changes to your structure will require DDL changes. This implies either writing DDL generation (tough) or hand-coding migrations (boring).The obvious way is to load up JDBC support from




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: