Hello Qgis developers

I was working in a C++ plugin for interact with SQL databases and vector
layers,
the plugin is something like a "generic SQL" interpreter.

The interpreter language is created with the help of the C++ version of the
parser generator Coco/R,
and I hope that could be extended to a more rich and complex language.

At the moment the plugin capabilities are:
- Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in
windows, maybe in linux with UnixODBC) databases
- Persistent save of created connections and queries.
- Association of saved queries to a vector layer.
- Copy tables from a database to other (testing).

The project source and some precompiled libs are hosted at google code in
the girs project
http://code.google.com/p/girs/

Some features are not already enabled.

Please take a look
Observations are welcome

Pedro
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to