Skip to content

multiprocessio/dsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

dsql (WIP): commandline universal database client

dsql is a commandline tool built on top of DataStation that allows you to query any database (supported by DataStation) with a standard commandline syntax (the SQL you write is still specific to the database vendor).

Example

Create a new profile:

$ dsql --new-profile # or `dsq -n`
Select a vendor:
1. PostgreSQL
2. MySQL
3. SQLite
4. Oracle
5. SQL Server

Pick (1-5): 1

Username: test
Password: ****
Address: localhost
Port:
Profile name: local-postgres

Profile created.

Now write a query:

$ dsql local-postgres "SELECT * FROM users"

About

Commandline universal database client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published