Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coderhs/sqlitecsv

A simple library to export the entire sqlite DB to CSV files
https://github.com/coderhs/sqlitecsv

Last synced: about 2 months ago
JSON representation

A simple library to export the entire sqlite DB to CSV files

Awesome Lists containing this project

README

        

SqliteCSV
=========

A simple library to export the entire sqlite DB to CSV files.

It require the CSV and Sequel rubygems.

Points to note
--------------

* While creating the library you need to pass the database name and location of the folder to store the CSV files on generation.

* The name of the CSV file would be the name of the Database

* This class does absolutley nothing fancy.

/*

----------------------------------------------------------------------------
"THE BEER-WARE LICENSE" (Revision 42):
hsps [at] rubykitchen.org wrote this file. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return Harisankar P S

----------------------------------------------------------------------------

*/