{"id":20982424,"url":"https://github.com/juliaaplavin/sqlitecompress.jl","last_synced_at":"2025-08-31T20:12:55.798Z","repository":{"id":238906072,"uuid":"759482299","full_name":"JuliaAPlavin/SQLiteCompress.jl","owner":"JuliaAPlavin","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-16T12:17:58.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T04:43:58.626Z","etag":null,"topics":["sqlite"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/JuliaAPlavin.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-18T17:59:31.000Z","updated_at":"2024-09-24T18:21:38.000Z","dependencies_parsed_at":"2025-03-13T10:30:47.897Z","dependency_job_id":"68389952-e3a0-4e59-a85f-99fb245355ba","html_url":"https://github.com/JuliaAPlavin/SQLiteCompress.jl","commit_stats":null,"previous_names":["juliaaplavin/sqlitecompress.jl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaAPlavin/SQLiteCompress.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FSQLiteCompress.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FSQLiteCompress.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FSQLiteCompress.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FSQLiteCompress.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaAPlavin","download_url":"https://codeload.github.com/JuliaAPlavin/SQLiteCompress.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FSQLiteCompress.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["sqlite"],"created_at":"2024-11-19T05:45:33.751Z","updated_at":"2025-08-31T20:12:55.780Z","avatar_url":"https://github.com/JuliaAPlavin.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLiteCompress.jl\n\nSQLite functions to compress/decompress data in the database.\n\nThey are created in just a few lines of code, thanks to `SQLite.jl` UDF interface and to `TranscodingStreams.jl`.\n\nBasic usage:\n\n```julia\nusing SQLiteCompress\nimport SQLite\nusing DBInterface: execute\nusing CodecZstd\n\ndb = SQLite.DB(\":memory:\")\nregister_compression!(db, (ZstdCompressor, ZstdDecompressor))\nexecute(db, \"\"\"select decompress(compress(\"hello\"))\"\"\")\n```\n\nPerforms sanity and consistency check of the compressor-decompressor pair when registering.\n\nTests cover both happy paths and errors, for a range of codecs and for different `SQLite.jl`-compatible packages.\n\nSee https://aplavin.github.io/SQLiteCompress.jl/examples/notebook.html for benchmarks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaplavin%2Fsqlitecompress.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaaplavin%2Fsqlitecompress.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaplavin%2Fsqlitecompress.jl/lists"}