{"id":18714931,"url":"https://github.com/griffio/sqldelight-postgres-json","last_synced_at":"2026-05-05T23:31:44.429Z","repository":{"id":229034556,"uuid":"775587649","full_name":"griffio/sqldelight-postgres-json","owner":"griffio","description":"sqldelight postgresql json support","archived":false,"fork":false,"pushed_at":"2025-05-17T08:49:53.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-19T11:45:46.524Z","etag":null,"topics":["json","kotlin","postgresql","sqldelight"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/griffio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-21T17:01:43.000Z","updated_at":"2025-05-17T08:49:57.000Z","dependencies_parsed_at":"2024-03-28T17:43:26.194Z","dependency_job_id":"24aff863-e0d0-40c7-9f4c-0dba31ef89dc","html_url":"https://github.com/griffio/sqldelight-postgres-json","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"7b70b476c4abd231d23801258d6c8a9891faa539"},"previous_names":["griffio/sqldelight-postgres-json"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/griffio/sqldelight-postgres-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/griffio","download_url":"https://codeload.github.com/griffio/sqldelight-postgres-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["json","kotlin","postgresql","sqldelight"],"created_at":"2024-11-07T13:06:53.655Z","updated_at":"2026-05-05T23:31:44.419Z","avatar_url":"https://github.com/griffio.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SqlDelight 2.1.x Postgresql Json support \n\nhttps://github.com/cashapp/sqldelight\n\nVersion: 2.1.0\n\nSupport JSON and JSONB column types and operations\n\nString is the input and output type for the table API for JSON/JSONB columns\n\n```sql\nCREATE TABLE Recipes (\n  id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,\n  recipe JSONB NOT NULL,\n  createdAt TIMESTAMPTZ NOT NULL DEFAULT NOW(),\n  updatedAt TIMESTAMPTZ\n);\n```\n\n*Not supported*\n* Json Operators bind\n  * e.g `SELECT * FROM Recipes WHERE recipe @\u003e ?`\n  * MERGED https://github.com/cashapp/sqldelight/pull/5100\n* Json column type support\n  * MERGED https://github.com/cashapp/sqldelight/issues/5028\n* Json Operators\n  * MERGED https://github.com/cashapp/sqldelight/issues/5040\n* Json GIN indexes\n  * MERGED https://github.com/cashapp/sqldelight/issues/5026\n* Functions for creating Json and Jsonb values\n  * MERGED https://github.com/sqldelight/sqldelight/pull/5606\n\n----\n\n```shell\ncreatedb recipes \u0026\u0026\n./gradlew build \u0026\u0026\n./gradlew flywayMigrate\n```\n\nFlyway db migrations\nhttps://documentation.red-gate.com/fd/gradle-task-184127407.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffio%2Fsqldelight-postgres-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriffio%2Fsqldelight-postgres-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffio%2Fsqldelight-postgres-json/lists"}