Provides specialized syntax guidance and implementation patterns for the SproutDB custom database engine and its C# integration.
The sproutdb skill is an essential reference for developers working with SproutDB, a custom embedded or networked database that utilizes a proprietary query language instead of standard SQL. It ensures Claude provides accurate syntax for unique commands like GET, UPSERT, and FOLLOW, while preventing common mistakes like using SQL-style JOINs or semicolons. The skill covers the full lifecycle of database management, including schema design without foreign keys, C# integration via ISproutDatabase, migration handling, and optimized indexing, making it indispensable for maintaining data integrity in SproutDB-powered applications.
主要功能
01Relationship modeling using the FOLLOW command
02C# integration patterns for ISproutDatabase and ISproutServer