Skip to content

XDominion v0.4.0

Compare
Choose a tag to compare
@metalwolf metalwolf released this 10 Dec 20:15
· 10 commits to master since this release
b800e28

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

New in this version:

  • Now all the xtable functions (Select, Update, Delete, Count, etc) can accept pointers parameters and nil casted parameters (for instance *XCondition or *XOrderBy than can be nil too).