All Projects → simonw → dbf-to-sqlite

simonw / dbf-to-sqlite

Licence: Apache-2.0 license
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite

Programming Languages

python
139335 projects - #7 most used programming language

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

dbase
Library for processing dbase / xbase / dbf database files
Stars: ✭ 29 (-6.45%)
Mutual labels:  foxpro, dbf, dbase
evernote-to-sqlite
Tools for converting Evernote content to SQLite
Stars: ✭ 28 (-9.68%)
Mutual labels:  datasette-io, datasette-tool
sqlite-generate
Tool for generating demo SQLite databases
Stars: ✭ 20 (-35.48%)
Mutual labels:  datasette-io, datasette-tool
google-takeout-to-sqlite
Save data from Google Takeout to a SQLite database
Stars: ✭ 73 (+135.48%)
Mutual labels:  datasette-io, datasette-tool
dogsheep-photos
Upload your photos to S3 and import metadata about them into a SQLite database
Stars: ✭ 156 (+403.23%)
Mutual labels:  datasette-io, datasette-tool
healthkit-to-sqlite
Convert an Apple Healthkit export zip to a SQLite database
Stars: ✭ 130 (+319.35%)
Mutual labels:  datasette-io, datasette-tool
pocket-to-sqlite
Create a SQLite database containing data from your Pocket account
Stars: ✭ 56 (+80.65%)
Mutual labels:  datasette-io, datasette-tool
django-sql-dashboard
Django app for building dashboards using raw SQL queries
Stars: ✭ 369 (+1090.32%)
Mutual labels:  datasette-io, datasette-tool
dbf2sql
DBF 2 SQL is small command line tool for converting DBF files to MySQL dump format.
Stars: ✭ 12 (-61.29%)
Mutual labels:  foxpro, dbf
go-foxpro-dbf
Golang package for reading XBase FoxPro DBF/FPT files
Stars: ✭ 59 (+90.32%)
Mutual labels:  foxpro, dbf
geojson-to-sqlite
CLI tool for converting GeoJSON files to SQLite (with SpatiaLite)
Stars: ✭ 41 (+32.26%)
Mutual labels:  datasette-io, datasette-tool
NDbfReader
A fully managed reader of DBF files. Fast and lightweight with async support.
Stars: ✭ 37 (+19.35%)
Mutual labels:  dbf, dbase
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (+103.23%)
Mutual labels:  dbf
CodeBase-for-DBF
CodeBase is a C-based library to read, write and manage DBF type tables and indexes.
Stars: ✭ 38 (+22.58%)
Mutual labels:  dbf
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+12009.68%)
Mutual labels:  dbase
js-harb
❌ Host of Archaic Representations of Books (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 55 (+77.42%)
Mutual labels:  dbf
foxpages
Visual FoxPro Multithread Web Server
Stars: ✭ 22 (-29.03%)
Mutual labels:  foxpro
Datasette
An open source multi-tool for exploring and publishing data
Stars: ✭ 5,640 (+18093.55%)
Mutual labels:  datasette-io
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (-3.23%)
Mutual labels:  datasette-io
nfJson
Provides a set of fast performance, reliable and easy to use Json functions using pure VFP
Stars: ✭ 40 (+29.03%)
Mutual labels:  foxpro

dbf-to-sqlite

PyPI Travis CI License

CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite.

Installation

pip install dbf-to-sqlite

Usage

$ dbf-to-sqlite --help
Usage: dbf-to-sqlite [OPTIONS] DBF_PATHS... SQLITE_DB

  Convert DBF files (dBase, FoxPro etc) to SQLite

  https://github.com/simonw/dbf-to-sqlite

Options:
  --version      Show the version and exit.
  --table TEXT   Table name to use (only valid for single files)
  -v, --verbose  Show what's going on
  --help         Show this message and exit.

Example usage:

$ dbf-to-sqlite *.DBF database.db

This will create a new SQLite database called database.db containing one table for each of the DBF files in the current directory.

Looking for DBF files to try this out on? Try downloading the Himalayan Database of all expeditions that have climbed in the Nepal Himalaya.

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