AIT-Core icon indicating copy to clipboard operation
AIT-Core copied to clipboard

Add query result abstraction layer to DB module

Open MJJoyce opened this issue 5 years ago • 0 comments

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.

MJJoyce avatar Aug 01 '19 21:08 MJJoyce