Skip to content

XDominion v0.3.3

Compare
Choose a tag to compare
@metalwolf metalwolf released this 20 Jan 20:55
· 12 commits to master since this release
df5c3e5

Database Abstraction Layer.
Use Data Objects, not SQL queries.
Now compatible with MySQL and Postgresql SQLs.

New in this version:

  • Correction to support nil transactions (no transaction even if the parameter is passed with a nil value) into select type queries (select, min, max, avg, count, ...)