Tables
Standard SQL data types including text, integers, floating-point values, and Booleans.
GesamtDB stores images and sound in your existing cloud database. It enables you to write SQL with AI operators on text, images, and audio. Supports PostgreSQL, MySQL, and DuckDB.
Why customers choose GesamtDB
Connect your existing PostgreSQL, MySQL, or DuckDB/MotherDuck database.
Upload CSV or ZIP files containing images, audio, or text data.
Run SQL with AI operators using REST API or visual interface.
Ingest and analyze mixed data workloads in one environment.
Standard SQL data types including text, integers, floating-point values, and Booleans.
AI analysis over common image formats such as JPEG and PNG.
Document and free-text analysis stored directly in relational tables.
AI analysis for audio files such as MP3 and WAV.
Express analytical intent in natural language while staying in SQL.
Filter multimodal data with natural-language conditions.
Classify records with label names only.
Assign scores based on natural-language criteria.
Transform or extract information with natural-language instructions.
Join datasets using semantic matching rules defined in natural language.
Each uploaded format is available as a first-class input for SQL + AI workflows.
Structured tabular uploads for relational analysis.
Archive container for mixed multimodal assets.
Compressed image format for visual analysis tasks.
Lossless image format with high visual fidelity.
Image format supported for uploaded media datasets.
Modern web image format for compact storage.
Compressed audio format for speech and sound data.
Uncompressed audio format for detailed signal quality.
Connect your existing database and run the same SQL + AI operators across all supported engines.
Power reliable analytics on your production Postgres data without migrations.
Bring AI-native SQL workflows to existing MySQL applications and dashboards.
Run fast cloud analytics on DuckDB workloads through MotherDuck.
Plans differ by daily query budgets while keeping the same core SQL + AI model.
$9 / month
$19 / month
$49 / month
Switch between representative use cases and inspect each SQL pattern with syntax highlighting.
Count customers who mention pricing concerns in free-text responses.
SELECT COUNT(*)
FROM SurveyResults
WHERE AIFILTER(Comments, 'the customer complains about the price');
Tag uploaded holiday images with semantic classes in one query.
SELECT AICLASSIFY(pic, 'beach picture', 'city visit', 'other')
FROM HolidayImages;
Sort comments by positivity score to prioritize outreach.
SELECT *
FROM SurveyResults
ORDER BY AISCORE(Comments, 1, 10, 'Positivity');
Condense support calls into short summaries for quality reviews.
SELECT AIMAP(AudioContent, 'Summarize the call in three sentences')
FROM RecordedCalls;
Match equivalent products from independent datasets with semantic joins.
SELECT *
FROM ProductDB1 P1, ProductDB2 P2
WHERE AIJOIN(P1.productName, P2.productName, 'this is the same product');
Read endpoint-by-endpoint API docs, operator specs, and practical tutorials for both the visual interface and Python REST clients.