资 源 简 介
Netlogo-sql (or NetLogo SQL Wrapper) is a JDBC based extension for the NetLogo modelling environment to access databases using SQL queries. The version 1.1 supports MySQL and PostgreSQL out of the box, and has generic support for other database (will require a compatible JDBC driver).
Interim release version 1.2-SNAPSHOT adds support for NetLogo 5.0.x.
This project was started as a bachelor graduation project of three students at the Dutch Open University. After completion, the project has been released as an open source project.
The netlogo-sql extension allows NetLogo users to execute any SQL statement that is supported by the JDBC implementation for their database, both DML (INSERT, UPDATE, SELECT, DELETE) and DDL (CREATE, DROP, ALTER), and retrieve resultsets.
There is no "deep" support for the NetLogo paradigm: SQL statements should be created as strings in NetLogo (possibly parametrized), and the SQL stri