-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groovy console #6
Labels
Comments
First preview. So nice ! |
Syntax colouring must take into account comments as /*osm_chain_db.eachRow("SELECT * FROM PUBLIC.BUILDING"){ row ->
logger.info row.the_geom.buffer(10)
}*/ |
Display log4j messages in the dbeaver logger panel |
Remove data folder. |
Add license info to the plugin.xml to populate the accepted license wizard. |
I will add the license agreement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a light groovy console in dbeaver to interact with the data (JDBC connexion), use OrbisData library (https://github.com/orbisgis/orbisdata) and all processes developed by the community (climate change studies, noise map…).
https://github.com/orbisgis/orbisgis-official-plugins/tree/master/groovyConsole
Features
The text was updated successfully, but these errors were encountered: