Updates
Product Updates: Connection Strings, Schemas, and APIs, Oh My!
Mar 12, 2025
Another week, another batch of shiny new features for you to build with. Check out what's new with GibsonAI.
Database Connection Strings
GibsonAI creates production-ready databases and exposes fully-documented CRUD APIs to interact with them. However, sometimes you just crave direct connection. Don't we all? Well, we have you covered, now you can connect directly to your GibsonAI database over a secure connection. Just copy your connection string and Boom! Done!

Full Schema Availability
In addition to giving you the database connection string, we are now showing you the entire SQL schema, formatted for your viewing pleasure. Whether you want to feed the schema to a vibe coding LLM tool so it better understands your database or modify it for use in your applications is up to you!

GibsonAI Studio
Speaking of seeing what your database looks like, wouldn't you like to do that, too? Well now you can with GibsonAI's Studio that runs on localhost using Drizzle ORM's Studio. Clone our repo and start poking around in your database within minutes! Directly query and modify your GibsonAI database from your browser.

Sort, Filter, and Paginate the API
Our API endpoints now support sorting, filtering, and pagination. Now there is no need to pull all of your data at once, just grab what you need and off you go! Everything you need is in the API Docs section of your project, just waiting for you to build on it.

What's next? That’s up to you!
Want to see new features or functionality in GibsonAI? We’re listening! Drop us a note in Discord or contact us, we thrive on feedback!