bun v0.2.1 Release Notes

Release Date: 2021-06-17 // almost 3 years ago
    • Renamed DBI to IConn. IConn is a common interface for *sql.DB, *sql.Conn, and *sql.Tx.
    • ➕ Added IDB. IDB is a common interface for *bun.DB, bun.Conn, and bun.Tx.