Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderhs/sqlitecsv
- Owner: coderhs
- Created: 2013-03-05T11:03:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T13:23:29.000Z (almost 12 years ago)
- Last Synced: 2024-10-30T09:41:59.750Z (3 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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----------------------------------------------------------------------------
*/