codingteam / Hyperspace

Simple 2D game written in Clojure and Kotlin.
MIT License
8 stars 4 forks source link

Database library #16

Closed ForNeVeR closed 9 years ago

ForNeVeR commented 9 years ago

Well, we need to choose the database library to work with data. I've thought about using the azql library and maybe liquibase or Flyway for schema migrations.

@rexim, any suggestions?

rexim commented 9 years ago

azql looks slightly abandoned (last commit was on Oct 2, 2013). But I think we should give it a try. If it's really good we may help @anjensan with our contributions. :3

ForNeVeR commented 9 years ago

Well, I've successfully used azql and clj-liquibase.