This includes drivers for:
- querytree objects
- query objects
- querypivot objects
- xml objects
- structure file objects
- UNIX local file/directory objects
- sybase
- mysql
- CSV
- "Web services (http/https driver), including layering JSON and XML on top of it for the fetched response data"
- probably some others too
Unit testing could be done in a contained way with mocking, but thorough integration testing for some of these drivers would require interaction with separate servers (the database drivers, for instance). One way to tackle this would be through automated provisioning of environments with different servers available - see #32.
This includes drivers for:
Unit testing could be done in a contained way with mocking, but thorough integration testing for some of these drivers would require interaction with separate servers (the database drivers, for instance). One way to tackle this would be through automated provisioning of environments with different servers available - see #32.