Skip to content

Udopia/gbd-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7380d74 · Apr 11, 2025

History

33 Commits
Jan 29, 2025
Mar 11, 2024
Sep 10, 2024
Feb 29, 2024
Feb 29, 2024
Apr 11, 2025

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.

About

GBD Data Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published