AIT-Core
AIT-Core copied to clipboard
Add query result abstraction layer to DB module
Currently the db
module returns query results in whatever format the database driver for the configured DB returns. We should abstract this out into a generic AIT data result interface so we can handle these returns more gracefully through the toolkit.