{"id":17606240,"url":"https://github.com/davidecavestro/usql-docker","last_synced_at":"2025-08-31T17:33:39.308Z","repository":{"id":146095933,"uuid":"494153182","full_name":"davidecavestro/usql-docker","owner":"davidecavestro","description":"Docker image for xo/usql - the universal command-line interface for SQL databases","archived":false,"fork":false,"pushed_at":"2025-04-06T21:08:36.000Z","size":26,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:20:31.302Z","etag":null,"topics":["docker-image","sql-client","usql"],"latest_commit_sha":null,"homepage":"","language":null,"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/davidecavestro.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":"2022-05-19T16:42:49.000Z","updated_at":"2025-04-06T21:08:39.000Z","dependencies_parsed_at":"2024-06-13T17:11:50.708Z","dependency_job_id":"bc87b511-6484-48bc-8821-2e42878bcb13","html_url":"https://github.com/davidecavestro/usql-docker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidecavestro%2Fusql-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidecavestro%2Fusql-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidecavestro%2Fusql-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidecavestro%2Fusql-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidecavestro","download_url":"https://codeload.github.com/davidecavestro/usql-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251700424,"owners_count":21629837,"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":["docker-image","sql-client","usql"],"created_at":"2024-10-22T15:44:06.065Z","updated_at":"2025-04-30T12:20:22.253Z","avatar_url":"https://github.com/davidecavestro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# usql-docker\n\u003e [!IMPORTANT]\n\u003e Please consider using the official \u003ci\u003eusql\u003c/i\u003e image recently published at https://hub.docker.com/r/usql/usql\n\nUnofficial multiarch docker image for [usql](https://github.com/xo/usql), the universal command-line interface for SQL databases.\n\nGet it from GitHub container registry as\n\n`docker pull ghcr.io/davidecavestro/usql:latest`\n\nor from dockerhub as\n\n`docker pull davidecavestro/usql:latest`\n\n## Usage\n\nYou can test it with a local sqlite db, i.e. the following command\n`docker run --rm -it -v $(pwd)/data:/data davidecavestro/usql:latest sq://data/test.db`\nstarts the shell where you can play around as follows\n```\nme@localhost:~$ docker run --rm -it -v $(pwd)/data:/data davidecavestro/usql:latest sq://data/test.db\nConnected with driver sqlite3 (SQLite3 3.38.5)\nType \"help\" for help.\n\nsq:data/test.db=\u003e CREATE TABLE foo (id int, value text);\nCREATE TABLE\nsq:data/test.db=\u003e INSERT INTO foo VALUES (1, 'bar');\nINSERT 1\nsq:data/test.db=\u003e INSERT INTO foo VALUES (2, 'baz');\nINSERT 1\nsq:data/test.db=\u003e SELECT * FROM foo;\n id | value \n----+-------\n  1 | bar \n  2 | baz \n(2 rows)\n\nsq:data/test.db=\u003e \\q\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidecavestro%2Fusql-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidecavestro%2Fusql-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidecavestro%2Fusql-docker/lists"}