# Functions
New creates a Service with a SQLite store and NATS fabric.
NewWithFabricStore creates a Service with the provided fabric and store.
SimpleApp returns a minimum viable App for use with Serve().
# Structs
Service is a libsdk service which contains public and private servers, a fabric, and a store for simple service development.
# Interfaces
App provides an application's logic to a service.
# Type aliases
No description provided by the author