From ac826caa2b7f47ad2015c7b41d20a947c34f8b37 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 21 Oct 2025 14:55:37 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4618914..3efd147 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# SharpGraph - GraphQL-Native Database for .NET +# SharpGraph - GraphQL-Native Database for .NET > ⚠️ **UNDER HEAVY CONSTRUCTION** ⚠️ > This project is currently undergoing major development and refactoring. Features, APIs, and documentation may change rapidly. Please check back regularly for updates. -[![.NET 9.0](https://img.shields.io/badge/.NET-9.0-blue.svg)](https://dotnet.microsoft.com/download/dotnet/9.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Status: Prototype](https://img.shields.io/badge/Status-Prototype-orange.svg)]() [![Vibe Coded](https://img.shields.io/badge/Vibe-Coded-purple.svg)]() +[![.NET 9.0](https://img.shields.io/badge/.NET-9.0-blue.svg)](https://dotnet.microsoft.com/download/dotnet/9.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Status: Prototype](https://img.shields.io/badge/Status-Prototype-orange.svg)][![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsjefvanleeuwen%2FSharpGraphQL.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsjefvanleeuwen%2FSharpGraphQL?ref=badge_shield) +() [![Vibe Coded](https://img.shields.io/badge/Vibe-Coded-purple.svg)]() A high-performance, embedded, GraphQL-native database engine written in C# for .NET 9+. Define your database schema in GraphQL SDL, load data from JSON files, and query with native GraphQL - all without writing any C# table definition code. @@ -506,6 +507,9 @@ Contributions are welcome! Please see [Development Guide](docs/development.md) f MIT License - see [LICENSE](LICENSE) file for details. + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsjefvanleeuwen%2FSharpGraphQL.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsjefvanleeuwen%2FSharpGraphQL?ref=badge_large) + ## Credits - GraphQL specification from [GraphQL.org](https://graphql.org) @@ -516,4 +520,4 @@ MIT License - see [LICENSE](LICENSE) file for details. ** SharpGraph - Where GraphQL meets high-performance storage!** -*Built with for the .NET community* +*Built with for the .NET community* \ No newline at end of file