Creating SQLTags Programmatically

Is there any way to create SQLTags in via a Python script? It looks like I can update tag values, but I can’t find an option to actually make tags and folders.

the solution at this post :
http://inductiveautomation.com/forum/viewtopic.php?f=88&t=8823

The other way would be to create the SQL required to insert the rows in the database. (a lot more work)

The forum thread posted by mazerat is the only way to do this when using an internal SQLTags provider.

Thanks. That module is proving very helpful.