All Projects → isaiahnields → csv-to-sqlite

isaiahnields / csv-to-sqlite

Licence: MIT License
A desktop app to convert CSV files to SQLite databases!

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to csv-to-sqlite

Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (+783.82%)
Mutual labels:  converter, csv, sqlite
csv2keepassxml
Convert CSV files into KeePass 2 XML files.
Stars: ✭ 31 (-54.41%)
Mutual labels:  converter, csv
osx-callhistory-decryptor
macOS (incl big sur) call history decryptor/converter to CSV format.
Stars: ✭ 19 (-72.06%)
Mutual labels:  converter, csv
python-sqlite3-backup
Sqlite3 online API CPython implementation module
Stars: ✭ 44 (-35.29%)
Mutual labels:  sqlite, sqlite3
LoginToASqlite3DatabaseWithoutCredentialsWithAdminer
✔️ An Adminer plugin to use SQLite databases without credentials (no username and no password)
Stars: ✭ 30 (-55.88%)
Mutual labels:  sqlite, sqlite3
go-sqlite
Low-level Go interface to SQLite 3
Stars: ✭ 268 (+294.12%)
Mutual labels:  sqlite, sqlite3
react-native-quick-sqlite
Fast SQLite for react-native.
Stars: ✭ 239 (+251.47%)
Mutual labels:  sqlite, sqlite3
Sqawk
Like Awk but with SQL and table joins
Stars: ✭ 263 (+286.76%)
Mutual labels:  converter, csv
PokeChat
UNIX compatible, Discord and Telegram inspired, Pokémon-themed instant messaging service.
Stars: ✭ 11 (-83.82%)
Mutual labels:  sqlite, sqlite3
sqlite zstd vfs
SQLite3 extension for read/write storage compression with Zstandard
Stars: ✭ 42 (-38.24%)
Mutual labels:  sqlite, sqlite3
dbd
dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.
Stars: ✭ 30 (-55.88%)
Mutual labels:  csv, sqlite
mdtable2csv
convert tables in .md to .csv
Stars: ✭ 91 (+33.82%)
Mutual labels:  converter, csv
Rosbag to csv
Converter from ros bag to csv
Stars: ✭ 128 (+88.24%)
Mutual labels:  converter, csv
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (+51.47%)
Mutual labels:  sqlite, sqlite3
mysql2sqlite
Online MySQL to SQLite converter 🔨 https://ww9.github.io/mysql2sqlite/
Stars: ✭ 27 (-60.29%)
Mutual labels:  converter, sqlite
Hyde
Call of Duty XAsset compiler that transforms raw assets into digestible data.
Stars: ✭ 15 (-77.94%)
Mutual labels:  converter, csv
Csvpack
csvpack library / gem - tools 'n' scripts for working with tabular data packages using comma-separated values (CSV) datafiles in text with meta info (that is, schema, datatypes, ..) in datapackage.json; download, read into and query CSV datafiles with your SQL database (e.g. SQLite, PostgreSQL, ...) of choice and much more
Stars: ✭ 71 (+4.41%)
Mutual labels:  csv, sqlite
Rbql
🦜RBQL - Rainbow Query Language: SQL-like language for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions
Stars: ✭ 118 (+73.53%)
Mutual labels:  csv, sqlite
selekt
A Kotlin and Android wrapper over SQLCipher, providing 256-bit AES encryption of database files.
Stars: ✭ 26 (-61.76%)
Mutual labels:  sqlite, sqlite3
lighthouse
Easy clojure relational database queries, migrations and connection pooling
Stars: ✭ 19 (-72.06%)
Mutual labels:  sqlite, sqlite3

CSV to SQLite

A desktop app to convert CSV files to SQLite databases!

Version Downloads License

Table of Contents

Purpose
Compatibility
Setup
Screenshots
Future Goals

Purpose

CSV to SQLite is an electron application designed to convert comma-separated values files to SQLite databases with column type affinities. This desktop app allows a user to convert much more quickly when compared to command-line CSV to SQLite conversion methods. Instead of creating a custom conversion script for each SQLite database, a user is able to quickly adjust the parameters for how the CSV files should be converted.

Compatibility

CSV to SQLite is compatible with Windows, Mac OS, and Linux.

Setup

# clone the repository
git clone https://github.com/isaiahnields/csv-to-sqlite

# install dependencies
npm install

# serve with hot reload
npm run dev

# build electron application for production
npm run build

Screenshots

Future Goals

See Projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].