diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-30 15:15:19 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-30 15:15:19 +0200 |
commit | 02588ca7aa174c5b4c95c8f124eb8086042f9538 (patch) | |
tree | e2211b09df0010c978d206374f94d2c5c82b11d4 | |
parent | d8d4a98be0a022cea96f16e73988917df6896c20 (diff) | |
download | example-collection-json-db-02588ca7aa174c5b4c95c8f124eb8086042f9538.tar.gz example-collection-json-db-02588ca7aa174c5b4c95c8f124eb8086042f9538.tar.bz2 example-collection-json-db-02588ca7aa174c5b4c95c8f124eb8086042f9538.tar.xz example-collection-json-db-02588ca7aa174c5b4c95c8f124eb8086042f9538.zip |
o Adding README.
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6532693 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ += Web application to create example Collection+JSON resources = + +This application will give you a set of Collection+JSON resources +useful for creating +[Collection+JSON](http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git)-related +tools. It is developed in combination with the [Collection+JSON +Explorer](http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json-explorer.git). + +== Schema == + +The schema is based on the MySQL "Employees Sample Database" +<http://dev.mysql.com/doc/employee/en/index.html>, but the application +expects PostgreSQL. + +A pg_dump of the database is available from +<http://trygvis.dyndns.org/~trygvis/2012/06/employees/>. + +[1]: http://amundsen.com/media-types/collection/ |