{"id":19016629,"url":"https://github.com/wallymathieu/csvdb-studies","last_synced_at":"2026-04-16T03:32:09.167Z","repository":{"id":145554575,"uuid":"42636013","full_name":"wallymathieu/csvdb-studies","owner":"wallymathieu","description":"Port of nhibernate-studies to CSV file","archived":false,"fork":false,"pushed_at":"2018-03-02T13:34:08.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T02:52:15.617Z","etag":null,"topics":["database","studies"],"latest_commit_sha":null,"homepage":"","language":"C#","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/wallymathieu.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":"2015-09-17T05:03:59.000Z","updated_at":"2018-10-24T06:09:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"94052343-5bd5-4695-a529-173e187e10fb","html_url":"https://github.com/wallymathieu/csvdb-studies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wallymathieu/csvdb-studies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallymathieu%2Fcsvdb-studies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallymathieu%2Fcsvdb-studies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallymathieu%2Fcsvdb-studies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallymathieu%2Fcsvdb-studies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallymathieu","download_url":"https://codeload.github.com/wallymathieu/csvdb-studies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallymathieu%2Fcsvdb-studies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["database","studies"],"created_at":"2024-11-08T19:44:04.227Z","updated_at":"2026-04-16T03:32:09.143Z","avatar_url":"https://github.com/wallymathieu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csvdb-studies [![Build status](https://ci.appveyor.com/api/projects/status/nr5hsfb0hdbw6vpk/branch/master?svg=true)](https://ci.appveyor.com/project/wallymathieu/csvdb-studies/branch/master) [![Build Status](https://travis-ci.org/wallymathieu/csvdb-studies.svg?branch=master)](https://travis-ci.org/wallymathieu/csvdb-studies)\n\nAn example of using a csv file as a database and a very simplistic session implementation on top of that. It does not handle a million records well. This implementation uses a read only approach to the data files. \n\n## Why would you ever use this kind of thing?\n\nYou are starting out with a new application. There is really [no need to drag a database](https://blog.8thlight.com/uncle-bob/2012/05/15/NODB.html) into your application. \n\nThere are many applications that that does not contain a lot of data. Having a database increases cost and complexity (and make it harder to deploy your application).\n\n## When should you avoid using this kind thing\n\n - You have a lot of data (millions of entities) and want to query that data.\n - You need to do distribute the data in several database nodes (for instance to ensure availability).\n - You need to handle writes from multiple threads\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallymathieu%2Fcsvdb-studies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallymathieu%2Fcsvdb-studies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallymathieu%2Fcsvdb-studies/lists"}