Good practice for implementing interfaces for 2 databases
I’m using 2 databases for my project: sqlite and sql server.
I have an interface with all the needed methods but should I make 2 separate implementations for those 2 db engines?
I’m using 2 databases for my project: sqlite and sql server.
I have an interface with all the needed methods but should I make 2 separate implementations for those 2 db engines?