|
4 | 4 |
|
5 | 5 | A lightweight, encrypted, file-based database engine for .NET 10 that supports SQL operations with built-in security features. Perfect for time-tracking, invoicing, and project management applications. |
6 | 6 |
|
| 7 | +**Developed by**: MPCoreDeveloper & GitHub Copilot |
| 8 | +**License**: MIT License |
| 9 | +**Status**: Production Ready ✅ |
| 10 | + |
7 | 11 | ## Quickstart |
8 | 12 |
|
9 | 13 | Install the NuGet package: |
@@ -333,3 +337,58 @@ dotnet run -c Release -- --filter "*Delete*" |
333 | 337 |
|
334 | 338 | **Status**: ✅ Production Ready with GroupCommitWAL |
335 | 339 | **Recommendation**: Best for high-concurrency workloads with 8+ threads |
| 340 | +--- |
| 341 | + |
| 342 | +## ?? License |
| 343 | + |
| 344 | +SharpCoreDB is licensed under the **MIT License**. |
| 345 | + |
| 346 | +``` |
| 347 | +MIT License |
| 348 | +
|
| 349 | +Copyright (c) 2024-2025 MPCoreDeveloper and GitHub Copilot |
| 350 | +
|
| 351 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 352 | +of this software and associated documentation files (the "Software"), to deal |
| 353 | +in the Software without restriction, including without limitation the rights |
| 354 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 355 | +copies of the Software, and to permit persons to whom the Software is |
| 356 | +furnished to do so, subject to the following conditions: |
| 357 | +
|
| 358 | +The above copyright notice and this permission notice shall be included in all |
| 359 | +copies or substantial portions of the Software. |
| 360 | +
|
| 361 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 362 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 363 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 364 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 365 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 366 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 367 | +SOFTWARE. |
| 368 | +``` |
| 369 | + |
| 370 | +See the [LICENSE](LICENSE) file in the repository root for the full license text. |
| 371 | + |
| 372 | +--- |
| 373 | + |
| 374 | +## ?? Contributors |
| 375 | + |
| 376 | +This project was developed collaboratively by: |
| 377 | + |
| 378 | +- **MPCoreDeveloper** - Project creator and lead developer |
| 379 | +- **GitHub Copilot** - AI pair programmer and code assistant |
| 380 | + |
| 381 | +We believe in the power of human-AI collaboration to build better software! ?? |
| 382 | + |
| 383 | +--- |
| 384 | + |
| 385 | +## ?? Acknowledgments |
| 386 | + |
| 387 | +- Built with **.NET 10** and modern C# 14 features |
| 388 | +- Inspired by SQLite, LiteDB, and other embedded database engines |
| 389 | +- Special thanks to the .NET community for their excellent tools and libraries |
| 390 | + |
| 391 | +--- |
| 392 | + |
| 393 | +**Made with ?? by MPCoreDeveloper & GitHub Copilot** |
| 394 | +**December 2024** |
0 commit comments