It's still under construction. It uses github.com/cznic/ql
as a simple database implemented in Go (as opposed to SQLite which is buggy with goroutines) but accessing the database is made through 'standard' commands via the database/sql
package for portability with other database engines.
The purpose of this package is to show how to integrate Go with Second Life/OpenSimulator.
For now, these instructions are minimalistic; I'll update them to actually be useful (hopefully soon (well, not that soon...)).
Licensed under the BSD 3-clause license (you can basically do whatever you wish with this code so long as you keep the attribution).