package main import ( "fmt" "database/sql" _ "github.com/nakagami/firebirdsql" ) func main() { var n int conn, _ := sql.Open("firebirdsql", "user:password@servername ...
Many databases that I'm aware of allow for nesting set operators. In jOOQ, we're going to be working around this limitation by wrapping nested set operations in derived tables (jOOQ/jOOQ#3579), e.g.