Files
sqlite3/blob.go

7 lines
174 B
Go
Raw Permalink Normal View History

2023-02-22 14:19:56 +00:00
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