All Projects β†’ darrentu β†’ convert-db-to-csv

darrentu / convert-db-to-csv

Licence: MIT license
convert-db-to-csv.sh is a shell script that uses SQLite3 to convert a .db file into .csv files. It converts each of the tables in the database into csv files.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to convert-db-to-csv

lidarr-automated-downloader
Lidarr enhancement bash script to download releases
Stars: ✭ 33 (-43.1%)
Mutual labels:  bash-script
Dotfiles
πŸ™ Personal dotfiles repository.
Stars: ✭ 148 (+155.17%)
Mutual labels:  bash-script
libpassqlite
libPasSQLite is delphi and object pascal bindings and wrapper around SQLite library. SQLite is library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
Stars: ✭ 18 (-68.97%)
Mutual labels:  sqlite3
Generation
⭐ A Private, Secure, End-to-End Encrypted Messaging app made in Flutter(With Firebase and SQLite) that helps you to connect with your connections without any Ads, promotion. No other third-party person, organization, or even Generation Team can't read your messages. πŸ’
Stars: ✭ 18 (-68.97%)
Mutual labels:  sqlite3
NSP
A Social Network that brings engineer's from all fields together to collaborate 🌐
Stars: ✭ 28 (-51.72%)
Mutual labels:  sqlite3
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (-58.62%)
Mutual labels:  bash-script
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (-25.86%)
Mutual labels:  sqlite3
animepahe-dl
⬇️ animepahe anime downloader
Stars: ✭ 66 (+13.79%)
Mutual labels:  bash-script
squirrel
Like curl, or wget, but downloads directly go to a SQLite databse
Stars: ✭ 24 (-58.62%)
Mutual labels:  sqlite3
first-steps-and-hardening-in-ubuntu-server-and-docker
First Steps in Ubuntu (Server) / Hardening and Config With Docker
Stars: ✭ 28 (-51.72%)
Mutual labels:  bash-script
Pharo-SQLite3
Community-owned official SQLite3 binding for Pharo
Stars: ✭ 19 (-67.24%)
Mutual labels:  sqlite3
QuickDAO
Simple Data Access Object library with LinQ and multiengine support for (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux)
Stars: ✭ 49 (-15.52%)
Mutual labels:  sqlite3
Queries
SQLite queries
Stars: ✭ 57 (-1.72%)
Mutual labels:  sqlite3
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-67.24%)
Mutual labels:  sqlite3
kubectlsafe
Safe operations in kubectl with plugin kubectlsafe
Stars: ✭ 36 (-37.93%)
Mutual labels:  bash-script
spotify-reverse-playlist
This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.
Stars: ✭ 29 (-50%)
Mutual labels:  bash-script
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (-17.24%)
Mutual labels:  bash-script
Athena
Test your Security Skills, and Clean Code Development as a Pythonist, Hacker & Warrior πŸ₯·πŸ»
Stars: ✭ 43 (-25.86%)
Mutual labels:  sqlite3
v2ex-collections-search
v2exζ”Άθ—ζœη΄’
Stars: ✭ 21 (-63.79%)
Mutual labels:  sqlite3
bhedak
A replacement of "qsreplace", accepts URLs as standard input, replaces all query string values with user-supplied values and stdout.
Stars: ✭ 77 (+32.76%)
Mutual labels:  bash-script

convert-db-to-csv    Tweet

convert-db-to-csv.sh is a shell script that uses SQLite3 to convert a .db file into .csv files. It converts each of the tables in the database into csv files.

example

Requirements

Installation

  • Clone repository.

     $ git clone https://github.com/darrentu/convert-db-to-csv

Usage

  • Enter into directory.

    $ cd convert-db-to-csv
  • Run convert-db-to-csv.sh with the database file as the first argument.

     $ ./convert-db-to-csv.sh example.db
  • If the database file is not in the same directory, put in the file path.

     $ ./convert-db-to-csv.sh ~/Library/Safari/History.db

License

MIT Β© Darren Tu.

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].