Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 999 Bytes

Welcome to ski.db

A free open public domain Ski Alpin/Alpine Ski database 'n' schema for use in any (programming) language (e.g. uses plain text fixtures/data sets).

Usage

Use the sportdb command line tool to build your own ski.db copy from the plain text fixtures. Example:

Step 1: Get a copy of the world.db fixtures

$ git clone git://github.com/openmundi/world.db.git

Step 2: Get a copy the ski.db fixtures

$ git clone git://github.com/opensport/ski.db.git

Step 3: Let's build the ski.db

$ sportdb setup --include ./ski.db --worldinclude ./world.db

That's it. See the sportdb command line tool project for more.

License

The ski.db schema, data and scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the Open Sports Database & Friends Forum/Mailing List. Thanks!