Getting started with Locode

Locode is a feature built into ServiceStack that provides a user-friendly interface to manage data using AutoQuery CRUD services, supporting 4 major RDBMS providers including PostgreSQL, SQL Server, MySQL and SQLite.

AutoQuery services can be generated directly from your database schema or use Plain Old C# Objects (POCOs) to define its CRUD behaviour that can be further customized & extended and customized using C# attributes.

After creating your AutoQuery APIs they'll be immediately accessible them from the built-in Locode UI at:

https://example.org/locode/

API Reference

Custom Locode Apps can benefit from TypeScript definitions for all functionality in ServiceStack UI's at api.locode.dev