{"id":13770951,"url":"https://github.com/pharo-rdbms/garage","last_synced_at":"2025-05-16T09:31:55.428Z","repository":{"id":89908770,"uuid":"71247334","full_name":"pharo-rdbms/garage","owner":"pharo-rdbms","description":"Database drivers for the Pharo language","archived":false,"fork":false,"pushed_at":"2020-01-07T10:56:45.000Z","size":272,"stargazers_count":9,"open_issues_count":14,"forks_count":11,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-03T23:12:16.795Z","etag":null,"topics":["database","mysql","pharo","postgresql","sqlite3"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pharo-rdbms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-18T12:46:11.000Z","updated_at":"2025-03-15T23:22:27.000Z","dependencies_parsed_at":"2023-05-29T04:15:47.542Z","dependency_job_id":null,"html_url":"https://github.com/pharo-rdbms/garage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-rdbms%2Fgarage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-rdbms%2Fgarage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-rdbms%2Fgarage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-rdbms%2Fgarage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-rdbms","download_url":"https://codeload.github.com/pharo-rdbms/garage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254504898,"owners_count":22082111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mysql","pharo","postgresql","sqlite3"],"created_at":"2024-08-03T17:00:45.355Z","updated_at":"2025-05-16T09:31:52.838Z","avatar_url":"https://github.com/pharo-rdbms.png","language":"Smalltalk","funding_links":[],"categories":["Databases"],"sub_categories":[],"readme":"# Garage\n\nDatabase drivers for the Pharo language.\n\n## Drivers\n\nGarage currently has drivers for:\n- PostgreSQL V2\n- MySQL\n- SQLLite 3\n\n## Install Garage\n\nTo install Garage on your Pharo image you can just execute the following script: \n\n```Smalltalk\n    Metacello new\n    \tgithubUser: 'pharo-rdbms' project: 'garage' commitish: 'master' path: '';\n    \tbaseline: 'Garage';\n    \tload\n```\n\nTo add Garage Seaside to your baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: 'Garage'\n    \twith: [ spec repository: 'github://pharo-rdbms/garage:master' ]\n```\n\nNote that you can replace the #master by another branch as #development or a tag as #v1.0.0, #v1.?.\n\nYou can also load a specific driver adding this snippet to your baseline:\n\n```Smalltalk\n\tspec\n\t\tbaseline: 'Garage'\n\t\twith: [ spec\n\t\t\t\tloads: 'postgresV2';\n\t\t\t\trepository: 'github://pharo-rdbms/garage' ]\n```\n\nPossible drivers been:\n- postgresV2\n- sqlite3\n- mysql\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-rdbms%2Fgarage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-rdbms%2Fgarage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-rdbms%2Fgarage/lists"}