{"id":43081203,"url":"https://github.com/opdev1004/totcs","last_synced_at":"2026-01-31T14:35:22.524Z","repository":{"id":236472662,"uuid":"781756932","full_name":"opdev1004/totcs","owner":"opdev1004","description":"Not totally new but a file format for managing human readable data in a file. C# version.","archived":false,"fork":false,"pushed_at":"2025-03-09T02:50:01.000Z","size":51,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T03:25:39.947Z","etag":null,"topics":["csharp","data-storage","data-store","database","database-management","dotnet"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/TotCS/","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/opdev1004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"opdev1004"}},"created_at":"2024-04-04T01:16:07.000Z","updated_at":"2025-03-09T02:50:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"1560cd54-7303-4bf5-b280-3795426cba75","html_url":"https://github.com/opdev1004/totcs","commit_stats":null,"previous_names":["opdev1004/totcs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opdev1004/totcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opdev1004%2Ftotcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opdev1004%2Ftotcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opdev1004%2Ftotcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opdev1004%2Ftotcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opdev1004","download_url":"https://codeload.github.com/opdev1004/totcs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opdev1004%2Ftotcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28945823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","data-storage","data-store","database","database-management","dotnet"],"created_at":"2026-01-31T14:35:22.170Z","updated_at":"2026-01-31T14:35:22.517Z","avatar_url":"https://github.com/opdev1004.png","language":"C#","funding_links":["https://github.com/sponsors/opdev1004"],"categories":[],"sub_categories":[],"readme":"# 🥇 Tot CS\n\nTot is a database file format for managing string data in a file. I would like to say markup-like database without indexing. It is using stream and position to efficiently track where the data is. And it is designed to handle massive data. But developer has full control over limitting the size of data in one tag. Eg. 65536 bytes in one tag. Tot is for replacing some jobs that database, JSON and XML do.\n\n## 👨‍🏫 Notice\n\n### 🎉 Releasing version 0.0.8\n\nPLEASE USE THE LATEST VERSION.\n\n1. Added support for dotNet 9. Dotnet 8 is going to be supported until it is no longer compatible with the newest version of dotnet.\n2. Changed item data class to be struct for performance.\n\n### 🎉 Releasing version 0.0.7\n\nPLEASE USE THE LATEST VERSION.\n\n1. Now `Clean()` will not create extra `.tmp` file for reserving changes. It still creates 1 `.tmp` file as a backup for safety.\n2. `GetMultipleData()` is now `GetMultiple()` please update them. Queued version is changed as well. Change to `QGetMultiple()`.\n3. `SaveDictAsTot()`, `SaveListAsTot()`, `QSaveDictAsTot()`, `QSaveListAsTot()`, `GetAllByDict()`, `GetAllByList`, `QGetAllByDict()` and `QGetAllByList`.\n\n### 📢 Changes and deprecation in the future\n\nIn the future, `GetAll()` may get deprecated or changed. Try `GetAllByDict()`, `GetAllByList`, `QGetAllByDict()` and `QGetAllByList` for your project.\n\n### 📢 About how you handle data writes\n\nSome cases Tot can cause lots of writing. It is sill better than writing whole file every time. I recommend avoid using HardRemove() or HardUpdate(). They only exist for small files. It is always better when we modify small data with Update() and Remove(). And use Clean() like once a day, a week or a month.\n\n## 📖 Documents\n\nPlease read [the rule of format](https://github.com/opdev1004/totcs/tree/main/documents/rules.md) for more information about Tot file format.\n\n- [Simple API Document](https://github.com/opdev1004/totcs/tree/main/documents/simple_api.md)\n\n## 🛠 Requirements\n\nTot CS is built with .net 8.0 and Windows 10. I cannot guarantee that this will work in older versions of Windows or other OS and with other tools.\n\n## 💪 Support Tot CS\n\n### 👼 Become a Sponsor\n\n- [Github sponsor page](https://github.com/sponsors/opdev1004)\n\n## 👨‍💻 Author\n\n[Victor Chanil Park](https://github.com/opdev1004)\n\n## 💯 License\n\nMIT, See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopdev1004%2Ftotcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopdev1004%2Ftotcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopdev1004%2Ftotcs/lists"}