{"id":16190522,"url":"https://github.com/paulfitz/visql","last_synced_at":"2025-03-19T03:30:55.735Z","repository":{"id":62587577,"uuid":"106873845","full_name":"paulfitz/visql","owner":"paulfitz","description":"edit slices of SQL databases in vi","archived":false,"fork":false,"pushed_at":"2017-10-14T20:59:32.000Z","size":3,"stargazers_count":48,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T15:10:53.817Z","etag":null,"topics":["sql","vi"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/paulfitz.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}},"created_at":"2017-10-13T21:12:33.000Z","updated_at":"2024-08-22T15:34:30.000Z","dependencies_parsed_at":"2022-11-03T22:41:57.727Z","dependency_job_id":null,"html_url":"https://github.com/paulfitz/visql","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/paulfitz%2Fvisql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfitz%2Fvisql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfitz%2Fvisql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfitz%2Fvisql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulfitz","download_url":"https://codeload.github.com/paulfitz/visql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965723,"owners_count":20375920,"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":["sql","vi"],"created_at":"2024-10-10T07:43:23.862Z","updated_at":"2025-03-19T03:30:55.402Z","avatar_url":"https://github.com/paulfitz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"visql\n===\n\nEdit slices of SQL tables in vi.  Just specify a table and any filters\nyou want to apply, and the table will show up in vi in csv format.\nAny edits you make will be applied back to the original source.\n\n![demo](https://user-images.githubusercontent.com/118367/31579274-e3cc78b4-b100-11e7-88a2-63be8a358dbb.gif)\n\n## Install\n\nTo edit local Sqlite databases, just do:\n\n```\npip install visql\n```\n\nFor PostgreSQL or MySQL support, add `catsql[postgres]` or `catsql[mysql]`:\n\n```\npip install visql catsql[mysql]\npip install visql catsql[postgres]\n```\n\nFor other databases, just install the appropriate [SQLAlchemy dialect](http://docs.sqlalchemy.org/en/latest/dialects/index.html).\n\n## Use\n\n```\nvisql test.sqlite3\nvisql test.sqlite3 --table users\nvisql postgres[ql]://user:pass@host/db --table users\nvisql mysql://user:pass@host/db --table users\nvisql test.sqlite3 --table users --grep paul\nvisql test.sqlite3 --table comments --sql \"length(txt) \u003c 40\"\n```\n\nFor all filters, see https://github.com/paulfitz/catsql#examples\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulfitz%2Fvisql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulfitz%2Fvisql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulfitz%2Fvisql/lists"}