Custom Databases
Manage databases with the SDK: create, list, update, delete, switch context, and track deletion jobs. Start with the overview to understand default behavior and context switching, then dive into each operation.
📄️ Overview
Introduction to custom database management with the Boltic Tables SDK - create, manage, and switch between multiple databases
📄️ Create Database
Create a new database with custom display name and internal identifier using the Boltic Tables SDK
📄️ Switch Database Context
Switch the active database context for all SDK operations and inspect the current database using the Boltic Tables SDK
📄️ Get Database
Retrieve detailed information about a specific database by slug or get the default database using the Boltic Tables SDK
📄️ List Databases
List all databases with pagination, sorting, filtering, and connector scoping using the Boltic Tables SDK
📄️ Update Database
Update the display name of a database using the Boltic Tables SDK
📄️ Delete Database
Permanently delete a database and all its data using the Boltic Tables SDK. Deletion is asynchronous and requires polling for status.
📄️ Poll Delete Status
Check the completion status of a database deletion job using the Boltic Tables SDK
📄️ List Database Jobs
List database jobs (primarily deletion jobs) with filtering, sorting, and pagination using the Boltic Tables SDK