{"id":18100392,"url":"https://github.com/acatton/websqlcipher","last_synced_at":"2025-10-07T23:15:52.422Z","repository":{"id":68669619,"uuid":"52392821","full_name":"acatton/websqlcipher","owner":"acatton","description":":lock: Prototype of a fast, distributed SQLCipher database server written in Erlang","archived":false,"fork":false,"pushed_at":"2016-02-29T00:19:09.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T04:45:48.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/acatton.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":"2016-02-23T21:26:40.000Z","updated_at":"2016-04-07T22:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6430689-606e-4527-9b5e-b137a398a171","html_url":"https://github.com/acatton/websqlcipher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acatton/websqlcipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fwebsqlcipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fwebsqlcipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fwebsqlcipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fwebsqlcipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acatton","download_url":"https://codeload.github.com/acatton/websqlcipher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fwebsqlcipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278861061,"owners_count":26058637,"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-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2024-10-31T21:14:01.145Z","updated_at":"2025-10-07T23:15:52.390Z","avatar_url":"https://github.com/acatton.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSQLCipher\n\nWebSQLCipher aims to scale and distribute SQLCipher very easily.\n\n**Right now, this project is a prototype, totally broken, and using SQLite**\n\n## How to run it\n\n    $ rebar get-deps\n    $ rebar compile\n    # Run it in development mode (the port 8080 is hardcoded in the code)\n    $ erl -pa ebin -pa deps/*/ebin -eval \"application:ensure_all_started(websqlcipher).\n\n## How to query it\n\n    $ curl http://localhost:8080/foocom \\\n           -X POST \\\n           -H \"Accept: application/json\" \\\n           -H \"Content-Type: application/json\" \\\n           -d '{\"query\": \"select * from sqlite_master;\", \"parameters\": []}' \\\n           -v\n\n## TODO\n\n  * Refactor `func(Object, Param1, Param2)` to the erlang style `func(Param1, Param2, Object)`\n  * Annotate types\n  * Write tests\n  * Remove duplicated/copy-pasted code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facatton%2Fwebsqlcipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facatton%2Fwebsqlcipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facatton%2Fwebsqlcipher/lists"}