{"id":20057675,"url":"https://github.com/todesking/jcon","last_synced_at":"2026-05-12T17:43:38.535Z","repository":{"id":20603132,"uuid":"23884106","full_name":"todesking/jcon","owner":"todesking","description":"A generic JDBC console","archived":false,"fork":false,"pushed_at":"2015-02-12T10:50:42.000Z","size":332,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T21:46:28.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todesking.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}},"created_at":"2014-09-10T17:23:29.000Z","updated_at":"2015-02-12T10:50:42.000Z","dependencies_parsed_at":"2022-08-31T08:40:35.842Z","dependency_job_id":null,"html_url":"https://github.com/todesking/jcon","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/todesking%2Fjcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fjcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fjcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fjcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/jcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488152,"owners_count":19970826,"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":[],"created_at":"2024-11-13T12:59:53.025Z","updated_at":"2026-05-12T17:43:38.503Z","avatar_url":"https://github.com/todesking.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JCON: Generic JDBC console\n\n## Install\n\nThe project used [Conscript](https://github.com/n8han/conscript) package manager.\nTo install conscript, see [installation manual](https://github.com/n8han/conscript#installation).\n\nAnd execute\n\n```\ncs todesking/jcon\n```\n\n## USAGE\n\n### Common Options\n\n* `--driver-dir \u003cdir\u003e`\n  * default: `~/.jcon/drivers/`\n* `--driver-classes \u003cclasses\u003e`\n  * ex: `--driver-classes com.example.specialdb,com.example.superdb.Driver`\n\n### Connect to database\n\n```\njcon [-p|--password \u003cpassword\u003e] [-u|--user \u003cuser\u003e] \u003cjdbc_url\u003e\n```\n\n### List all available drivers\n\n```\njcon --drivers\n```\n\n## Default bundled drivers\n\n* Mysql\n  * `jdbc:mysql://host[:port][/database]`\n  * [Reference](http://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html)\n* SQLite\n  * `jdbc:sqlite:/path/to/file`(file), `jdbc:sqlite::memory`(on-memory database)\n  * [Reference](https://bitbucket.org/xerial/sqlite-jdbc/wiki/Home)\n* H2 Database Engine\n  * `jdbc:h2:/path/to/file` etc.\n  * [Reference](http://www.h2database.com/html/features.html#database_url)\n* Postgres SQL Database\n  * `jdbc:postgressql:[//host[:port]/]database`\n  * [Reference](http://jdbc.postgresql.org/documentation/80/connect.html)\n\n## Not bundled drivers\n\nTo use external drivers, put driver jars into jcon's drivers directory(default: `~/.jcon/drivers/`)\n\n* Oracle\n  * [Download](http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html)\n* SQL Server\n  * [Download](http://www.microsoft.com/ja-jp/download/details.aspx?id=11774)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fjcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fjcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fjcon/lists"}