I'm going to start throwing some questions out there to give me a
better idea of how people are using clj-record and help me prioritize
a number of things that I'd like to improve, the first of those being
...
Testing with databases other than Derby
It's very convenient that the Derby jar can be bundled along with the
source to make tests extremely portable, but Derby is also fairly
feature-limited. I'd hate to hold back on new features that popular
DBMS's support just because they can't be tested with Derby.
So what database(s) are you using with clj-record? What tweaks did you
have to make to get it working?
Thanks.
-hume.
I use MySql, so full support for Derby isn't as high of a priority for me.