You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/jackc/pgtype
李光春 6ed4ff2ca6
update
2 years ago
..
CHANGELOG.md update 2 years ago
LICENSE update 2 years ago
README.md update 2 years ago
aclitem.go update 2 years ago
aclitem_array.go update 2 years ago
array.go update 2 years ago
array_type.go update 2 years ago
bit.go update 2 years ago
bool.go update 2 years ago
bool_array.go update 2 years ago
box.go update 2 years ago
bpchar.go update 2 years ago
bpchar_array.go update 2 years ago
bytea.go update 2 years ago
bytea_array.go update 2 years ago
cid.go update 2 years ago
cidr.go update 2 years ago
cidr_array.go update 2 years ago
circle.go update 2 years ago
composite_fields.go update 2 years ago
composite_type.go update 2 years ago
convert.go update 2 years ago
database_sql.go update 2 years ago
date.go update 2 years ago
date_array.go update 2 years ago
daterange.go update 2 years ago
enum_array.go update 2 years ago
enum_type.go update 2 years ago
float4.go update 2 years ago
float4_array.go update 2 years ago
float8.go update 2 years ago
float8_array.go update 2 years ago
generic_binary.go update 2 years ago
generic_text.go update 2 years ago
hstore.go update 2 years ago
hstore_array.go update 2 years ago
inet.go update 2 years ago
inet_array.go update 2 years ago
int2.go update 2 years ago
int2_array.go update 2 years ago
int4.go update 2 years ago
int4_array.go update 2 years ago
int4range.go update 2 years ago
int8.go update 2 years ago
int8_array.go update 2 years ago
int8range.go update 2 years ago
interval.go update 2 years ago
json.go update 2 years ago
jsonb.go update 2 years ago
jsonb_array.go update 2 years ago
line.go update 2 years ago
lseg.go update 2 years ago
macaddr.go update 2 years ago
macaddr_array.go update 2 years ago
name.go update 2 years ago
numeric.go update 2 years ago
numeric_array.go update 2 years ago
numrange.go update 2 years ago
oid.go update 2 years ago
oid_value.go update 2 years ago
path.go update 2 years ago
pgtype.go update 2 years ago
pguint32.go update 2 years ago
point.go update 2 years ago
polygon.go update 2 years ago
qchar.go update 2 years ago
range.go update 2 years ago
record.go update 2 years ago
text.go update 2 years ago
text_array.go update 2 years ago
tid.go update 2 years ago
time.go update 2 years ago
timestamp.go update 2 years ago
timestamp_array.go update 2 years ago
timestamptz.go update 2 years ago
timestamptz_array.go update 2 years ago
tsrange.go update 2 years ago
tsrange_array.go update 2 years ago
tstzrange.go update 2 years ago
tstzrange_array.go update 2 years ago
typed_array.go.erb update 2 years ago
typed_array_gen.sh update 2 years ago
typed_range.go.erb update 2 years ago
typed_range_gen.sh update 2 years ago
unknown.go update 2 years ago
uuid.go update 2 years ago
uuid_array.go update 2 years ago
varbit.go update 2 years ago
varchar.go update 2 years ago
varchar_array.go update 2 years ago
xid.go update 2 years ago

README.md

CI

pgtype

pgtype implements Go types for over 70 PostgreSQL types. pgtype is the type system underlying the https://github.com/jackc/pgx PostgreSQL driver. These types support the binary format for enhanced performance with pgx. They also support the database/sql Scan and Value interfaces and can be used with https://github.com/lib/pq.