{"id":28423410,"url":"https://github.com/copiousfreetime/amalgalite","last_synced_at":"2025-06-25T09:31:08.883Z","repository":{"id":408400,"uuid":"27372","full_name":"copiousfreetime/amalgalite","owner":"copiousfreetime","description":"SQLite database engine embedded in a ruby extension.","archived":false,"fork":false,"pushed_at":"2025-02-23T20:25:40.000Z","size":17314,"stargazers_count":98,"open_issues_count":5,"forks_count":20,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-05T09:08:07.908Z","etag":null,"topics":["database","embedded-database","embedded-databases-wrapper","ruby","sqlite"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copiousfreetime.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2008-06-21T22:08:59.000Z","updated_at":"2025-02-23T20:25:43.000Z","dependencies_parsed_at":"2024-03-18T18:30:22.551Z","dependency_job_id":"fd7389c5-f868-4064-83a7-498ef98866ac","html_url":"https://github.com/copiousfreetime/amalgalite","commit_stats":{"total_commits":593,"total_committers":10,"mean_commits":59.3,"dds":"0.35244519392917373","last_synced_commit":"b399c2fb56800c85e908465a0be46b7686f1f548"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/copiousfreetime/amalgalite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copiousfreetime%2Famalgalite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copiousfreetime%2Famalgalite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copiousfreetime%2Famalgalite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copiousfreetime%2Famalgalite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copiousfreetime","download_url":"https://codeload.github.com/copiousfreetime/amalgalite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copiousfreetime%2Famalgalite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261844419,"owners_count":23218342,"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","embedded-database","embedded-databases-wrapper","ruby","sqlite"],"created_at":"2025-06-05T09:08:05.787Z","updated_at":"2025-06-25T09:31:08.867Z","avatar_url":"https://github.com/copiousfreetime.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Amalgalite\n\n[![Build Status](https://copiousfreetime.semaphoreci.com/badges/amalgalite/branches/main.svg?key=6d8f47c8-bfc7-4969-a128-424478908a27)](https://copiousfreetime.semaphoreci.com/projects/amalgalite)\n\n* [Homepage](http://github.com/copiousfreetime/amalgalite)\n* `git clone git://github.com/copiousfreetime/amalgalite.git`\n* [Github](http://github.com/copiousfreetime/amalgalite/)\n* [Bug Tracking](http://github.com/copiousfreetime/amalgalite/issues)\n\n## Articles\n\n*  [Writing SQL Functions in Ruby](http://copiousfreetime.org/articles/2009/01/10/writing-sql-functions-in-ruby.html)\n\n## INSTALL\n\n* `gem install amalgalite`\n\n## DESCRIPTION\n\nAmalgalite embeds the SQLite database engine as a ruby extension. There is no\nneed to install SQLite separately.\n\nLook in the examples/ directory to see\n\n* general usage\n* blob io\n* schema information\n* custom functions\n* custom aggregates\n* requiring ruby code from a database\n* full text search\n\nAlso Scroll through Amalgalite::Database for a quick example, and a general\noverview of the API.\n\nAmalgalite adds in the following additional non-default SQLite extensions:\n\n* [R*Tree index extension](http://sqlite.org/rtree.html)\n* [Full Text Search](http://sqlite.org/fts5.html) - both fts3 and fts5\n* [Geopoly Interface to R*Tree](https://www.sqlite.org/geopoly.html)\n* [JSON Extension](https://www.sqlite.org/json1.html)\n\nOther extensions are add that might not be usable/visible by users of the gem.\nThe full list of extensions added is in\n[extconf.rb](ext/amalgalite/c/extconf.rb). And those may be cross referenced\nagainst the [compile options from SQLite](https://www.sqlite.org/compile.html)\n\n## CREDITS\n\n* Jamis Buck for the first [ruby sqlite implementation](http://www.rubyforge.org/projects/sqlite-ruby)\n\n## CHANGES\n\nRead the [HISTORY.md](HISTORY.md) file.\n\n## LICENSE\n\nCopyright (c) 2008 Jeremy Hinegardner\n\nAll rights reserved.\n\nSee LICENSE and/or COPYING for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopiousfreetime%2Famalgalite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopiousfreetime%2Famalgalite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopiousfreetime%2Famalgalite/lists"}