The project used Conscript package manager. To install conscript, see installation manual.
And execute
cs todesking/jcon
--driver-dir <dir>
- default:
~/.jcon/drivers/
- default:
--driver-classes <classes>
- ex:
--driver-classes com.example.specialdb,com.example.superdb.Driver
- ex:
jcon [-p|--password <password>] [-u|--user <user>] <jdbc_url>
jcon --drivers
- Mysql
jdbc:mysql://host[:port][/database]
- Reference
- SQLite
jdbc:sqlite:/path/to/file
(file),jdbc:sqlite::memory
(on-memory database)- Reference
- H2 Database Engine
jdbc:h2:/path/to/file
etc.- Reference
- Postgres SQL Database
jdbc:postgressql:[//host[:port]/]database
- Reference
To use external drivers, put driver jars into jcon's drivers directory(default: ~/.jcon/drivers/
)