Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cadc-tap-server-pg: Update README.md #185

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading