Slingshot!

Slingshot! is an Open Source plug-in for connecting Grasshopper to relational databases

Slingshot! features collection of components for reading, writing, and managing relational database systems using SQL.

Load Previous Comments
  • Nathan Miller

    The mesh database tool generates the sql for pushing mesh geometry... but not much else.  If you need something more custom, it is probably best to set up your own table.  The build from 2013.12.29 on GitHub should have a component for table creation.  Also you can always just used some good old SQL strings with the command component.

  • Nate Holland

    Thanks Nate, but now I'm getting the same System.InvalidCastException issue Erick described, did anyone find a solution? Mine occurs when I try to query the column list from a table. The tablelist and dblist components work fine.

  • Alex Dembo

    Dear Nathan, Absolutely fantastic plugin! Thank you so much!
    I was woundering if there is any reference i could find what is the source code to render the meshDB in a web browser like you did?