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.
gojobs/vendor/github.com/jackc/pgtype
李光春 7cf8704ec8
- update model
2 years ago
..
CHANGELOG.md - update model 2 years ago
LICENSE - update model 2 years ago
README.md - update model 2 years ago
aclitem.go - update model 2 years ago
aclitem_array.go - update model 2 years ago
array.go - update model 2 years ago
array_type.go - update model 2 years ago
bit.go - update model 2 years ago
bool.go - update model 2 years ago
bool_array.go - update model 2 years ago
box.go - update model 2 years ago
bpchar.go - update model 2 years ago
bpchar_array.go - update model 2 years ago
bytea.go - update model 2 years ago
bytea_array.go - update model 2 years ago
cid.go - update model 2 years ago
cidr.go - update model 2 years ago
cidr_array.go - update model 2 years ago
circle.go - update model 2 years ago
composite_fields.go - update model 2 years ago
composite_type.go - update model 2 years ago
convert.go - update model 2 years ago
database_sql.go - update model 2 years ago
date.go - update model 2 years ago
date_array.go - update model 2 years ago
daterange.go - update model 2 years ago
enum_array.go - update model 2 years ago
enum_type.go - update model 2 years ago
float4.go - update model 2 years ago
float4_array.go - update model 2 years ago
float8.go - update model 2 years ago
float8_array.go - update model 2 years ago
generic_binary.go - update model 2 years ago
generic_text.go - update model 2 years ago
hstore.go - update model 2 years ago
hstore_array.go - update model 2 years ago
inet.go - update model 2 years ago
inet_array.go - update model 2 years ago
int2.go - update model 2 years ago
int2_array.go - update model 2 years ago
int4.go - update model 2 years ago
int4_array.go - update model 2 years ago
int4_multirange.go - update model 2 years ago
int4range.go - update model 2 years ago
int8.go - update model 2 years ago
int8_array.go - update model 2 years ago
int8_multirange.go - update model 2 years ago
int8range.go - update model 2 years ago
interval.go - update model 2 years ago
json.go - update model 2 years ago
json_array.go - update model 2 years ago
jsonb.go - update model 2 years ago
jsonb_array.go - update model 2 years ago
line.go - update model 2 years ago
lseg.go - update model 2 years ago
macaddr.go - update model 2 years ago
macaddr_array.go - update model 2 years ago
multirange.go - update model 2 years ago
name.go - update model 2 years ago
num_multirange.go - update model 2 years ago
numeric.go - update model 2 years ago
numeric_array.go - update model 2 years ago
numrange.go - update model 2 years ago
oid.go - update model 2 years ago
oid_value.go - update model 2 years ago
path.go - update model 2 years ago
pgtype.go - update model 2 years ago
pguint32.go - update model 2 years ago
point.go - update model 2 years ago
polygon.go - update model 2 years ago
qchar.go - update model 2 years ago
range.go - update model 2 years ago
record.go - update model 2 years ago
record_array.go - update model 2 years ago
text.go - update model 2 years ago
text_array.go - update model 2 years ago
tid.go - update model 2 years ago
time.go - update model 2 years ago
timestamp.go - update model 2 years ago
timestamp_array.go - update model 2 years ago
timestamptz.go - update model 2 years ago
timestamptz_array.go - update model 2 years ago
tsrange.go - update model 2 years ago
tsrange_array.go - update model 2 years ago
tstzrange.go - update model 2 years ago
tstzrange_array.go - update model 2 years ago
typed_array.go.erb - update model 2 years ago
typed_array_gen.sh - update model 2 years ago
typed_multirange.go.erb - update model 2 years ago
typed_multirange_gen.sh - update model 2 years ago
typed_range.go.erb - update model 2 years ago
typed_range_gen.sh - update model 2 years ago
unknown.go - update model 2 years ago
uuid.go - update model 2 years ago
uuid_array.go - update model 2 years ago
varbit.go - update model 2 years ago
varchar.go - update model 2 years ago
varchar_array.go - update model 2 years ago
xid.go - update model 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.