{"id":18714926,"url":"https://github.com/griffio/sqldelight-postgres-02","last_synced_at":"2026-05-15T22:37:30.783Z","repository":{"id":212489703,"uuid":"731618557","full_name":"griffio/sqldelight-postgres-02","owner":"griffio","description":"sqldelight 2.x postgresql migrations liquibase","archived":false,"fork":false,"pushed_at":"2025-07-20T15:57:20.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-07T04:38:07.108Z","etag":null,"topics":["liquibase","migrations","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T13:40:04.000Z","updated_at":"2025-07-20T15:57:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e910870-2c2d-49d3-959f-59db45224564","html_url":"https://github.com/griffio/sqldelight-postgres-02","commit_stats":null,"previous_names":["griffio/sqldelight-postgres-02"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/griffio/sqldelight-postgres-02","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-02","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-02/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-02/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-02/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/griffio","download_url":"https://codeload.github.com/griffio/sqldelight-postgres-02/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griffio%2Fsqldelight-postgres-02/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["liquibase","migrations","postgresql","sqldelight"],"created_at":"2024-11-07T13:06:53.485Z","updated_at":"2026-05-15T22:37:30.778Z","avatar_url":"https://github.com/griffio.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SqlDelight 2.1.x Postgresql migrations with Liquibase\n\nsee https://github.com/griffio/sqldelight-postgres-01 for flyway migrations\n\nhttps://github.com/cashapp/sqldelight\n\nSome examples of newer postgresql support in sqldelight SNAPSHOT builds 2.1.x\n\n*Migrations performed*\n* create sequence\n* add constraint foreign key\n* set default - issue that default column must be populated by insert\n* set not null\n* drop not null\n* drop column\n* rename column - must manually rename column in queries\n* rename table\n* add check constraint\n* drop identity - issue if table and column was previously renamed\n\nTo find bugs/issues that need to be fixed/implemented\n\n*Issues*\n* rename column - error with validation\n  * AWAIT MERGE https://github.com/cashapp/sqldelight/pull/4880\n* alter table ... alter column ... drop identity - support but need fixing refers to old column if column was renamed\n  * AWAIT FIX https://github.com/cashapp/sqldelight/pull/4902\n* alter table ... alter column ... set default - compilation error must be specified in insert statement\n  * AWAIT FIX https://github.com/cashapp/sqldelight/pull/4912\n* sqm files must not have post-fix numbers e.g. `V1_create_test_1.sqm` as this breaks the ordering\n\n*Not supported*\n* alter/drop sequence\n* alter table ... add constraint primary key ... (doesn't update data class property to non-nullable type)\n* add constraint check, foreign key `valid` and `not valid` clauses\n\n*Bugs*\n* data class `import` missing in generated queries source when using star `INSERT INTO City (city_name) VALUES (?) RETURNING *;`\n  * FIXED https://github.com/cashapp/sqldelight/issues/4448\n* allows unknown columns with alter table ... alter column \u003cunknown name\u003e - must show compiler error `No column found to alter with name \u003cunknown name\u003e`\n  * AWAIT MERGE https://github.com/cashapp/sqldelight/pull/4902\n----\n\n```shell\n./gradlew build\n./gradlew update\n```\n\nLiquibase db migrations\nhttps://contribute.liquibase.com/extensions-integrations/directory/integration-docs/gradle/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffio%2Fsqldelight-postgres-02","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriffio%2Fsqldelight-postgres-02","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriffio%2Fsqldelight-postgres-02/lists"}