<div>Hello Qgis developers</div><div><br></div><div>I was working in a C++ plugin for interact with SQL databases and vector layers,</div><div>the plugin is something like a &quot;generic SQL&quot; interpreter.</div><div><br>
</div><div>The interpreter language is created with the help of the C++ version of the parser generator Coco/R, </div><div>and I hope that could be extended to a more rich and complex language.</div><div><br></div><div>At the moment the plugin capabilities are:</div>
<div>- Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in windows, maybe in linux with UnixODBC) databases</div><div>- Persistent save of created connections and queries.</div><div>- Association of saved queries to a vector layer.</div>
<div>- Copy tables from a database to other (testing).</div><div><br></div><div>The project source and some precompiled libs are hosted at google code in the girs project</div><div><a href="http://code.google.com/p/girs">http://code.google.com/p/girs</a>/</div>
<div><br></div><div>Some features are not already enabled.</div><div><br></div><div>Please take a look</div><div>Observations are welcome</div><div><br></div><div>Pedro</div>