SQL support
Dmitry Agafonov <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Organization | RSM |
| Message-ID | <[email protected]> |
Hello! I just get myself to the idea of SQL usage in bayonne (ccscript). Imagine a pool of SQL connections, ready to answer any query. One connection per SQL gateway thread (like TGI). Just ping() connection on script startup and cleanup result sets on script ending. Simple schema, isn't it? -- Dmitry