Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDBC db server support #322

Closed
christophd opened this issue Dec 22, 2017 · 0 comments
Closed

Add JDBC db server support #322

christophd opened this issue Dec 22, 2017 · 0 comments
Milestone

Comments

@christophd
Copy link
Member

Database server connectivity causes severe pain in integration testing. We should be able to simulate a JDBC database server that acts as any database. The server receives database operations such as openConnection(), createStatement(), executeQuery(), executeUpdate(). The JDBC server accepts those requests and simulates proper responses without storing any physical data. SQL queries such as SELECT, INSERT, UPDATE, DELETE are provided with proper result sets. CREATE or DROP TABLE statements are validated but do not add any table data at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant