Skip to content

3AISolutions/3ai.solutions.SupabaseWrapper

Repository files navigation

3ai.solutions.SupabaseWrapper

Installation

Services:

builder.Services.Configure<SupabaseOptions>(builder.Configuration.GetSection("SupabaseOptions"));
builder.Services.AddScoped<SupabaseRepo>();
builder.Services.AddScoped<SupabaseService>();

Endpoints:

app.MapSupabaseEndpoints();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages