Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q.Daten

Q.Daten (qdaten) is a command line application enabling you to run SQL queries against a CSV file. It starts by converting your CSV file into a SQLite database, you can then run SQL queries against the database in either interative TUI or non-interative mode. You can also open existing SQLite databases.

Usage

Open CSV file with the delimiter set to ; in interative mode

qdaten example.csv --delimiter=";"

Run query in non-interative mode

qdaten example.csv -c="SELECT * FROM table LIMIT 10" 

Open SQLite in interactive mode

qdaten example.db --file-type=sqlite" 

Interactive mode built-in commands

While inside the interactive terminal, there are a few built-in commands that you can run besides normal sql queries.

Command Result
exit Exit interactive mode
.tables Get a list of all tables
.save Save to SQLite database file

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Q.Daten is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages