{"id":29091172,"url":"https://github.com/h-d-owl/dbconsole","last_synced_at":"2026-05-05T09:31:58.819Z","repository":{"id":301154616,"uuid":"1007636258","full_name":"H-D-OWL/dbConsole","owner":"H-D-OWL","description":"A console application that allows you to create and open databases and send any SQL queries to them.","archived":false,"fork":false,"pushed_at":"2025-06-25T11:39:36.000Z","size":3811,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T12:32:41.035Z","etag":null,"topics":["cli","cli-tool","command-line-tool","console","console-tool","cpp","database","database-manager","databases","db","sql","sqlite","sqlite-cli","sqlite-database","sqlite-shell","sqlite3","unicode","unicode-support","utf16","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/H-D-OWL.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,"zenodo":null}},"created_at":"2025-06-24T09:47:52.000Z","updated_at":"2025-06-25T11:39:40.000Z","dependencies_parsed_at":"2025-06-25T12:48:43.300Z","dependency_job_id":null,"html_url":"https://github.com/H-D-OWL/dbConsole","commit_stats":null,"previous_names":["h-d-owl/dbconsole"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/H-D-OWL/dbConsole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FdbConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FdbConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FdbConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FdbConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H-D-OWL","download_url":"https://codeload.github.com/H-D-OWL/dbConsole/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H-D-OWL%2FdbConsole/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262382732,"owners_count":23302296,"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":["cli","cli-tool","command-line-tool","console","console-tool","cpp","database","database-manager","databases","db","sql","sqlite","sqlite-cli","sqlite-database","sqlite-shell","sqlite3","unicode","unicode-support","utf16","windows"],"created_at":"2025-06-28T06:05:45.772Z","updated_at":"2026-05-05T09:31:58.747Z","avatar_url":"https://github.com/H-D-OWL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbConsole\n## Description\nA console application that allows you to create and open databases and send any SQL queries to them.\n\nIdeal for those who need a simple, no-installation SQL shell.\n\n## Requirement\n\nTarget platform: Windows x64\n\n## Features\n\n* Working with sqlite3\n  \n* Processing multiple SQL queries in one input\n\n* UTF‑16 support (for correct display of text in any language)\n\n## Before use\n\n0. Open \"dbConsole.sln\".\n\n1. Make sure that \"sqlite3.h\" is in \"Header Files\". If the file is missing: right-click on \"Header Files\" -\u003e Add -\u003e Existing item -\u003e select \"sqlite3.h\" from the \"SQL\" folder.\n\n2. Right-click on \"dbConsole\" in Solution Explorer -\u003e Properties -\u003e C/C++ -\u003e General -\u003e Additional Include Directories -\u003e Edit -\u003e New Line -\u003e ... -\u003e select the \"SQL\" folder -\u003e Ok -\u003e Click \"Apply\".\n\n3. Right click on “dbConsole” in Solution Explorer -\u003e Properties -\u003e Linker -\u003e Input -\u003e Additional Dependencies -\u003e Edit -\u003e write: “sqlite3.lib” -\u003e Ok -\u003e Click \"Apply\".\n\n4. Right-click on \"dbConsole\" in Solution Explorer -\u003e Properties -\u003e Linker -\u003e General -\u003e Additional Library Directories -\u003e Edit -\u003e New Line -\u003e ... -\u003e select the \"SQL\" folder -\u003e Ok -\u003e Click \"Apply\".\n  \n## Usage\n\n0. Navigate to the folder with dbConsole.exe (e.g. dbConsole\\x64\\Release).\n\n1. Select the action. Open (1) or create and open (2) the database.\n   \n![Sprite-0001](https://github.com/user-attachments/assets/4e4be799-e2fa-4eeb-b3af-6eab4207fa4b)\n\n2. Enter the path by which the database will be opened or created and opened.\n\n![Sprite-0002](https://github.com/user-attachments/assets/d995ab24-0271-4a4e-a577-001474faf5fe)\n\n3. We enter any SQL queries.\n\n![Sprite-0003](https://github.com/user-attachments/assets/6b9865e2-9386-433b-a126-f63f07301ead)\n\n## Warning\n 1. If you move or copy dbConsole.exe, be sure to include sqlite3.dll in the same folder, otherwise the program may not start.\n\n 2. If after entering the path you get the error: \"Database error: bad parameter or other API misuse\"\n    - 1. Run the program with administrator rights.\n    - 2. Check that the path contains only Latin letters (A-Z, a-z) and numbers (0-9) and does not contain non-Latin characters. (spaces are allowed)\n\n\n## Notes\n\n* The program is autonomous - it does not require other tools or the Internet.\n\n* The program works with .db files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-d-owl%2Fdbconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh-d-owl%2Fdbconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-d-owl%2Fdbconsole/lists"}