Found 7 packages
Oracle database provider for ClaudTree hierarchical tree control. Includes sequence seeding (Hierarchy: 100+, Nodes/Items: 10000+), schema support, and optimized BLOB storage.
SQLite database provider for ClaudTree hierarchical tree control. Ideal for local storage and single-user desktop applications.
SQL Server database provider for ClaudTree hierarchical tree control. Includes identity seeding (Hierarchy: 100+, Nodes/Items: 10000+), schema support, and optimized binary storage.
PostgreSQL database provider for ClaudTree hierarchical tree control. Includes sequence seeding (Hierarchy: 100+, Nodes/Items: 10000+), schema support, and optimized bytea storage.
Entity Framework Core base implementation for ClaudTree hierarchical tree control. Contains abstractions, repositories, and unit of work. Install a provider-specific package for database support: ClaudTree.EntityFramework.SqlServer, ClaudTree.EntityFramework.Sqlite, ClaudTree.EntityFramework.MySql, ClaudTree.EntityFramework.PostgreSql, or ClaudTree.EntityFramework.Oracle.
Core models, interfaces, and abstractions for the ClaudTree hierarchical tree control. No Entity Framework dependency. Use this package if you want to implement your own data layer.
A .NET MAUI Hierarchical Tree Control with Entity Framework support. Features drag-and-drop, context menus, theming, kiosk mode, and touch support. This is the main package - it includes ClaudTree.Core and ClaudTree.EntityFramework.