I just found this tool that generates code to wrap stored procedures.
Stored procedures are a problem when you try to migrate from MS SQL to any other DB supported by Mono because they are more stuff to translate into the new backend. By using code wrappers, specially if they are generated automatically, the programmer can ignore that problem.
It would be nice to have such a thing for PostgreSQL too or even for other DBs that don't support stored procedures. Any volunteer?
blog comments powered by Disqus