{"id":20748853,"url":"https://github.com/gustavohennig/simpledbquerybuilder","last_synced_at":"2026-05-08T04:44:03.153Z","repository":{"id":72515040,"uuid":"334745230","full_name":"GustavoHennig/SimpleDBQueryBuilder","owner":"GustavoHennig","description":"A very simply, lightweight, and fast SQL builder with detached request and responses. ","archived":false,"fork":false,"pushed_at":"2024-08-07T00:04:01.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T03:24:32.297Z","etag":null,"topics":["net-","orm","postgresql","sql-builder","sqlite"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GustavoHennig.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":"2021-01-31T20:01:59.000Z","updated_at":"2024-08-07T00:04:04.000Z","dependencies_parsed_at":"2024-11-17T23:03:34.834Z","dependency_job_id":null,"html_url":"https://github.com/GustavoHennig/SimpleDBQueryBuilder","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/GustavoHennig%2FSimpleDBQueryBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoHennig%2FSimpleDBQueryBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoHennig%2FSimpleDBQueryBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoHennig%2FSimpleDBQueryBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GustavoHennig","download_url":"https://codeload.github.com/GustavoHennig/SimpleDBQueryBuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243048118,"owners_count":20227592,"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":["net-","orm","postgresql","sql-builder","sqlite"],"created_at":"2024-11-17T08:18:55.347Z","updated_at":"2026-05-08T04:43:58.123Z","avatar_url":"https://github.com/GustavoHennig.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\n### Simple Database Query Builder \n\nThis is a Simple Database **Query Builder** with **Migrations** and **Pooling**.\n\nInitially designed for **Sqlite** but can be used with other databases.\n\nThe goal is to be extremely simple, and to use **lightweight** data structures to manipulate in memory.\n\n\n#### How it works\nUsing the patter Producer/Consumer, all queries are put int a queue, \n then a single thread is responsible to execute each command.  \nIt is optimized for SQLite, running batch operations inside a transaction.\n  \n#### Known issues\n\n`DbQueue` implementation is problematic, if an error occurs, all transaction commands will be lost.\n\n#### Things to do\n- [ ] Unit tests;\n- [ ] Refactor `BaseDbConn` and `DbQueue` to respect the single-responsibility principle.\n- [ ] Organize folder/namespaces\n- [ ] Fix DbQueue reliability problem\n\n#### Do not forget\n- SOLID is nice, but KISS is what guides this project :)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavohennig%2Fsimpledbquerybuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavohennig%2Fsimpledbquerybuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavohennig%2Fsimpledbquerybuilder/lists"}