Custom Database Support
I'd like to add support for a custom file to act as a database. Is this possible? If so, how do I achieve this? Implement a DbConnection and a few other classes???
I'd like to add support for a custom file to act as a database. Is this possible? If so, how do I achieve this? Implement a DbConnection and a few other classes???
Hello, Ryan.
Yes, you have to do this. And the most important thing is to implement your own SQL execution engine.