Skip to content

Commit

Permalink
Merge pull request #185 from pdowler/main
Browse files Browse the repository at this point in the history
cadc-tap-server-pg: Update README.md
  • Loading branch information
pdowler authored Jan 16, 2025
2 parents 2fa314e + b28fc12 commit d811b47
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions cadc-tap-server-pg/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cadc-tap-server-pg 1.0.0

Offers PostgreSQL support to handle datatype conversions in ADQL.
Offers PostgreSQL support to handle datatype conversions and ADQL
transformations for a PostgreSQL+pgsphere backend database.

See [the example](example) for a sample implementation.
The `ca.nrc.cadc.tap.pg.PostgresDataTypeMapper` extends the default `BasicDataTypeMapper`
with pg+phsphere specific datatype support.

The `ca.nrc.cadc.tap.writer.format` package provides a FormatFactory and Format implementations
to support pg+phsphere specific datatypes.

The `ca.nrc.cadc.tap.parser` package provides various extensions of the `cadc-adql` ADQL
parser to support pg+phsphere specific ADQL transformations.

## example usage
The `youcat` TAP service makes use of all the features of this library.

0 comments on commit d811b47

Please sign in to comment.