{"id":16014859,"url":"https://github.com/thheller/shadow-pgsql","last_synced_at":"2025-03-18T03:30:35.916Z","repository":{"id":19638228,"uuid":"22890298","full_name":"thheller/shadow-pgsql","owner":"thheller","description":"PostgreSQL Client for the JVM","archived":false,"fork":false,"pushed_at":"2018-08-02T13:14:54.000Z","size":232,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T06:30:46.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/thheller/shadow-pgsql","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thheller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-12T19:50:00.000Z","updated_at":"2021-01-17T16:36:09.000Z","dependencies_parsed_at":"2022-08-21T00:00:16.954Z","dependency_job_id":null,"html_url":"https://github.com/thheller/shadow-pgsql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fshadow-pgsql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fshadow-pgsql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fshadow-pgsql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fshadow-pgsql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thheller","download_url":"https://codeload.github.com/thheller/shadow-pgsql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243896308,"owners_count":20365354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T15:05:21.165Z","updated_at":"2025-03-18T03:30:35.407Z","avatar_url":"https://github.com/thheller.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shadow-pgsql\n\nWARNING: Stay away from this. Stick with JDBC, this was not worth the effort!\n\n```\n[thheller/shadow-pgsql \"0.13.0\"]\n```\n\nI need to write some docs ...\n\n## A PostgreSQL Client for the JVM.\n\nThe standard interface in Java to talk to Postgres is the official JDBC-Driver. JDBC tries to\ncreate a common Interface for Databases but not all SQL Databases are created equal. That\nmakes using Postgres-specific features rather cumbersome to use.\n\nThis library tries to provide a far simpler yet more powerful interface to the PostgreSQL Server.\n\n### Requirements\n\nJDK 8+, PostgreSQL 9+ (only tested against 9.1.2, 9.3.5, might work with older versions)\n\n### Features\n\n- Fully customizable Types via simple [Interface](https://github.com/thheller/shadow-pgsql/blob/master/src/java/shadow/pgsql/TypeHandler.java)\n- Binary Format when supported by Type\n\n### Status\n\n- [Basic Types](https://github.com/thheller/shadow-pgsql/tree/master/src/java/shadow/pgsql/types) have been implemented.\n- Query \u0026 Statement support\n- Transactions with Savepoints\n\n### TODO:\n\n- more Types\n- UTF-8 is hardcoded right now, things will go wrong if backend is not UTF-8\n- Tests\n- better Errors (Messages)\n- Docs\n- Auth Support (MD5, ...)\n- Generics (didn't write any serious Java for over 10 years, need to learn Generics first)\n- Cursor Support\n- FunctionCall API\n- Copy API\n\n## Usage\n\nNeeds more docs, for now check what can hardly be called Tests.\n\n- [Java](https://github.com/thheller/shadow-pgsql/blob/master/test/shadow/pgsql/BasicTest.java)\n- [Clojure](https://github.com/thheller/shadow-pgsql/blob/master/test/shadow/pgsql_test.clj)\n\n## License\n\nCopyright © 2014 Thomas Heller\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fshadow-pgsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthheller%2Fshadow-pgsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fshadow-pgsql/lists"}