Skip to content

yaien/csvql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVQL

A Simple tool that imports all csv data into a duckdb database

Installation

From Source

git clone https://github.com/yaien/csvql.git
cd csvql
go install ./cmd/csvql

Using Go Install

go install github.com/yaien/csvql/cmd/csvql@latest

Quick Start

Command Line Interface

# Import data.csv into a table with name "datatable" from the "data.db" database
csvql data.csv datatable data.db

About

A implementation of csvql in golang

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages