SQL programming interface to external storage application

Posted by Gopala on Stack Overflow See other posts from Stack Overflow or by Gopala
Published on 2010-06-01T08:59:16Z Indexed on 2010/06/01 9:03 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

My application is a non-relational database application with a tcl interface to retrieve data. I would like to add SQL programming interface to my application.

Is there any library that converts SQL/PLSQL statements to API calls? It should also support stored procedures.

SQLite(Embedded) has 'virtual table' mechanism that suits my requirement but it lacks stored procedure feature.

-Gopala

© Stack Overflow or respective owner

Related posts about sql

Related posts about database