"Built for storing video descriptions, capable of storing pie recipes."
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.
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.
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!
ID | URL | Description | Special one | Special two | Flag |
---|---|---|---|---|---|
0 | https://serca.dev/one | Something kinda important | false | true | green |
1 | https://serca.dev/two | People dancing with a dog in a barn | true | false | grey |
2 | https://serca.dev/three | Kids swiming in a pool | false | false | red |
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...