Is there some kind of JDBC driver which simply ignores database calls?
For the development I am migrating an application to a virtual machine. Here I want to work on
If you're using Spring, make your own class that implements Datasource and have the methods do nothing.