{"id":14063317,"url":"https://github.com/cavo789/sql_formatter","last_synced_at":"2025-07-29T15:32:31.280Z","repository":{"id":101354643,"uuid":"152318305","full_name":"cavo789/sql_formatter","owner":"cavo789","description":"Very straight-forward script for formatting SQL statement.","archived":true,"fork":false,"pushed_at":"2023-03-25T19:29:14.000Z","size":209,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-28T23:34:02.202Z","etag":null,"topics":["php","sql","sql-formatter"],"latest_commit_sha":null,"homepage":"https://sql-formatter.avonture.be/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cavo789.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-09T20:41:37.000Z","updated_at":"2024-07-16T10:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"21d3a205-24b4-4a48-8a1a-10ee37c89088","html_url":"https://github.com/cavo789/sql_formatter","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/cavo789%2Fsql_formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fsql_formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fsql_formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavo789%2Fsql_formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cavo789","download_url":"https://codeload.github.com/cavo789/sql_formatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028290,"owners_count":17858309,"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":["php","sql","sql-formatter"],"created_at":"2024-08-13T07:03:16.159Z","updated_at":"2024-12-04T01:30:34.752Z","avatar_url":"https://github.com/cavo789.png","language":"PHP","readme":"# SQL Formatter\n\n![php 8.2](https://img.shields.io/badge/php-8.2-brightgreen?style=flat)\n\n![Banner](./banner.svg)\n\nVery straight-forward script for formatting SQL statement.\n\nFormat string like, f.i.,\n\n```sql\nSELECT LAT_N, CITY, TEMP_F FROM STATS, STATION WHERE MONTH = 7 AND STATS.ID = STATION.ID ORDER BY TEMP_F\n```\n\ninto\n\n```sql\nSELECT\n    LAT_N,\n    CITY,\n    TEMP_F\nFROM\n    STATS,\n    STATION\nWHERE\n    MONTH = 7\n    AND STATS.ID = STATION.ID\nORDER BY\n    TEMP_F\n```\n\n## How to use\n\nJust copy/paste your SQL statement into the text box as illustrated here below and click on the `Format` button.\n\n![sql_formatter](images/demo.gif)\n\n## Source\n\nThe `SqlFormatter` has been written by `Jeremy Dorn` and available on GitHub: https://github.com/jdorn/sql-formatter.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavo789%2Fsql_formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcavo789%2Fsql_formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavo789%2Fsql_formatter/lists"}