{"id":20770770,"url":"https://github.com/codemonauts/sqlstrip","last_synced_at":"2025-09-11T08:35:49.182Z","repository":{"id":82654000,"uuid":"351508687","full_name":"codemonauts/sqlstrip","owner":"codemonauts","description":"Remove specific inserts from an sql dump before loading it for increased speed","archived":false,"fork":false,"pushed_at":"2021-03-25T17:14:17.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-10T12:08:01.230Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","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/codemonauts.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":"2021-03-25T16:45:29.000Z","updated_at":"2023-12-11T02:47:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e8cb453-fdcf-479c-a79c-f9db4f6877c7","html_url":"https://github.com/codemonauts/sqlstrip","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codemonauts/sqlstrip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fsqlstrip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fsqlstrip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fsqlstrip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fsqlstrip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonauts","download_url":"https://codeload.github.com/codemonauts/sqlstrip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fsqlstrip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274602277,"owners_count":25315199,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest"],"created_at":"2024-11-17T12:11:52.552Z","updated_at":"2025-09-11T08:35:49.142Z","avatar_url":"https://github.com/codemonauts.png","language":"Go","readme":"# sqlstrip\n\nWhen developing you often have to import database dump from e.g. your production servers to debug some problems.\nThese sql dumps can get quite big and take a long time and much power to import. Depending on your application you can\nskip some tables which you don't need for local development (like cache tables).\nThis tool will accept a list of table names and then strip the `INSERT INTO` lines from the dump before you load it\ninto MySQL.\n\n## Usage\nPipe an sql dump through sqlstrip and pipe it directly into mysql:\n```\ncat dump.sql | sqlstrip -table templatecache -table users | mysql dev_table\n```\n\nOf course you could also use `\u003e dump_small.sql` to redirect the output into a new file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fsqlstrip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonauts%2Fsqlstrip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fsqlstrip/lists"}