Nuacht

sqlite-to-csv An utility Node JS module which will convert the given sqlite3 database (.db file) into a set of csv files. For each table in a database, a csv file will be created with the name same as ...
This is an application to migrate data from a csv file into an SQLite database table. This app supports TEXT, INTEGER, REAL, BOOLEAN, and PNG base 64 data types, with type checking performed when ...
Steven Cholerton has announced MySQL/SQLite SQL Query and Data Export Component for Xojo and REALStudio Developers to use within their own applications. He says it allows developers to give their ...
The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files.