{"id":19102065,"url":"https://github.com/davisdevelopment/hx-pmdb","last_synced_at":"2025-07-03T22:37:05.589Z","repository":{"id":151412195,"uuid":"144904959","full_name":"DavisDevelopment/hx-pmdb","owner":"DavisDevelopment","description":"pure-Haxe persistent data store","archived":false,"fork":false,"pushed_at":"2020-04-11T17:48:57.000Z","size":928,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T16:44:11.635Z","etag":null,"topics":["database","embedded-database","haxe","javascript","jit","python"],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavisDevelopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-08-15T21:25:42.000Z","updated_at":"2019-11-02T22:40:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"1039b8ea-9013-4657-ac72-f5f65f851ab1","html_url":"https://github.com/DavisDevelopment/hx-pmdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DavisDevelopment/hx-pmdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavisDevelopment%2Fhx-pmdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavisDevelopment%2Fhx-pmdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavisDevelopment%2Fhx-pmdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavisDevelopment%2Fhx-pmdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavisDevelopment","download_url":"https://codeload.github.com/DavisDevelopment/hx-pmdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavisDevelopment%2Fhx-pmdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263415913,"owners_count":23463108,"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","haxe","javascript","jit","python"],"created_at":"2024-11-09T03:53:44.324Z","updated_at":"2025-07-03T22:37:05.545Z","avatar_url":"https://github.com/DavisDevelopment.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hx-pmdb\n### An Embedded DataStore Engine for the [Haxe](https://haxe.org/) Language\n\n  Written in pure Haxe code, PmDb aims at being a feature-rich and powerful embedded database to be used in any\nHaxe project requiring persistent data management. \n\u003c!--\nPmDb is, fundamentally, an [\"In-Memory Database\"](https://en.wikipedia.org/wiki/In-memory_database#Hybrids_with_on-disk_databases), as the DataStore is kept entirely in-memory and is **never** directly persisted to the disk.\n--\u003e\n\n  #### NOTE: Disregard following message. Updated README coming very soon\n\n  PmDb is still *very* much a Work-In-Progress, and should be ruled out entirely for any sort of production use (for now). \n  PmDb's implementation is quite experimental at the moment, and puts a lot of focus on the JavaScript/NodeJS target. That doesn't mean that it won't work on other targets, but the kind of performance that PmDb is designed to coax out of JavaScript should not be expected on any of the other targets (except maybe Flash?), and that's including the Java and C++ targets. It should still be fast enough for many use cases on those targets, but it will most likely be most useful in JavaScript-rich environments (specifically running on Google's V8 engine).\n  Lots of implementation details still up in the air, but the goal list so far is this:  \n - [ ] Allow declaration of a schema to improve performance some, without *requiring* one.\n   - [ ] When no schema is provided, gather type-information about the data being stored at runtime\n   - [ ] Represent queries as trees of nodes, much like an AST, but inextricable from (in fact, identical to) its [\"interpreter\"](https://en.wikipedia.org/wiki/Interpreter_(computing))\n - [ ] Use hscript (or something similar) for writing out queries a Strings\n - [ ] Support a fluent, Object-Oriented API for query building\n - [ ] Design internal algorithms to take all reasonable measures for maximizing the degree to which V8 (\u0026 associated JIT optimizer) JIT-compile the Database-related portions of your application\n \n##### Immediate Roadmap:\n - [ ] Finish the prototype for the APIs surrounding query-creation and execution of UPDATE queries\n - [ ] \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavisdevelopment%2Fhx-pmdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavisdevelopment%2Fhx-pmdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavisdevelopment%2Fhx-pmdb/lists"}