Skip to content

Udopia/gbd-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBD Data Repository

This repository contains the databases used by GBD. For git-diff to work, the sqlite3 databases are stored as SQL dumps. To check out the sqlite databases, you must first set git-clean and git-smudge filters by running the following commands:

git config --global filter.dumpsql.clean 'tmp=$(mktemp); cat > $tmp; sqlite3 $tmp .dump; rm $tmp'
git config --global filter.dumpsql.smudge 'tmp=$(mktemp); sqlite3 $tmp; cat $tmp; rm $tmp'

This requires SQLite3 to be installed. You can install the dumpsql clean/smudge filters locally by omitting the "--global" option.

About

GBD Data Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •