mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
7 lines
174 B
Go
7 lines
174 B
Go
package sqlite3
|
|
|
|
// ZeroBlob represents a zero-filled, length n BLOB
|
|
// that can be used as an argument to
|
|
// [database/sql.DB.Exec] and similar methods.
|
|
type ZeroBlob int64
|