Package spgsql.plt contributed by schematics [docs]
To load: (require (planet schematics/spgsql:2:3/spgsql))
Old style:(require (planet "spgsql.ss" ("schematics" "spgsql.plt" 2 3)))
Min Racket version: 371.3
Package description:
The spgsql library provides classes, datatypes, and procedures useful for connecting to a PostgreSQL database server over TCP.
Downloads this week: 0
Total downloads: 2388
Tickets:3
Open tickets:0
Primary files:
NameContract
connect
(struct SimpleResult (command))
(struct Recordset (info data))
(struct FieldInfo (name))
sql-null
sql-null?
(struct sql-date (year month day))
(struct sql-time (hour minute second nanosecond tz))
(struct sql-timestamp (year month day hour minute second nanosecond tz))
sql-timestamp-fraction
set-sql-timestamp-fraction!
sql-datetime->srfi-date
srfi-date->sql-date
srfi-date->sql-time
srfi-date->sql-time-tz
srfi-date->sql-timestamp
srfi-date->sql-timestamp-tz
format-sql
concat-sql
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 3)5.3
1599
371.32008-01-28
To load: (require (planet schematics/spgsql:2:3/spgsql))
Available in repositories: 4.x, 3xx
Spgsql 5.2 adds compatibility with PLT Scheme 3.99 and maintains compatibility with PLT Scheme 37X.
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 2)5.2
20
371.32008-01-24
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 2 (= 2))))
Available in repositories: 4.x, 3xx
Spgsql 5.2 adds compatibility with PLT Scheme 3.99 and maintains compatibility with PLT Scheme 37X.
(2 1)5.1
33
371.32007-11-17
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 2 (= 1))))
Available in repositories: 4.x, 3xx
Spgsql 5.1 adds automatic connection synchronization and improves handling of time values. Depends on 371.3 for SRFI-19 bugfixes.
(2 0)5.0
45
[none]2007-09-13
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 2 (= 0))))
Available in repositories: 4.x, 3xx
This major revision adds SSL and local socket connections, an expanded high-level query interface, and automatic conversion of SQL scalar data to Scheme types. It drops support for older (pre-7.3) versions of PostgreSQL.
(1 2)4.0
589
[none]2007-04-01
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 1 (= 2))))
Available in repositories: 4.x, 3xx
[no release notes]
(1 1)4.0
4
[none]2007-04-01
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 1 (= 1))))
Available in repositories: 4.x, 3xx
[no release notes]
(1 0)4.0
98
[none]2007-04-01
To load: (require (planet "spgsql.ss" ("schematics" "spgsql.plt" 1 (= 0))))
Available in repositories: 4.x, 3xx
[no release notes]