Closed haf closed 10 years ago
Nope, there's nothing to do this and I think it's out of the scope of FsSql (just as it's out of the scope of ADO.NET).
ADO.Net has logging, so that is incorrect.
This issue is about "Schemas abstraction/removal", not logging.
You might want to implement this with a custom IDbConnection parsing and modifying the CommandText before passing it to the real IDbConnection. The wrappers I committed for https://github.com/mausch/FsSql/issues/19 should help, the principle is similar.
Example, works with SQLite:
What I'd want for SQLServer:
Is there an existing way of doing schemas transparently in FsSql?