SercaDB

"Built for storing video descriptions, capable of storing pie recipes."

🧭 Table of Contents

💾 Overview

We are managing an expanding database that links media URLs to automatically generated descriptions. As our AI engines produce new descriptions for media content, we continuously update the database by adding new URL-description pairs.

🛠️ Architecture Overview

Serca's database is a centralized cloud hosted postgres database with a Sqlx powered Rust API. This allows us to leverage the power of TSQL and Rust to build a speedy and safe database experience.



Data table peak

This is a snipit of our database. Please note that that data in the this table is ust dummy don't put too much stock into it!

IDURLDescriptionSpecial oneSpecial twoFlag
0https://serca.dev/oneSomething kinda importantfalsetruegreen
1https://serca.dev/twoPeople dancing with a dog in a barntruefalsegrey
2https://serca.dev/threeKids swiming in a poolfalsefalsered

📦 API

Although it's not public available yet we have an API. We will add more information here as we build it out and make it public.



SQL is magic...