This extension adds database access to the NetLogo modelling language.
Java NetLogo
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
documentation
sqlwrapper-test
sqlwrapper
README.md

README.md

Netlogo-sql

This extension adds database access to the NetLogo modelling language.

Features:

  • Support for MySQL
  • Support for PostgreSQL
  • Support for other database with generic JDBC support
  • Execute any SQL query
  • Pass NetLogo values as parameters to a query
  • Per-agent connections
  • (optional) Transaction management

Requirements:

  • NetLogo 5.0.x
  • Java 6

Downloads available at https://github.com/mrotteveel/netlogo-sql/releases