The database console
Scaleway
forgot to ship.

Scaleway gives you tools for running the database. ScaleBase gives you tools for using it — browse tables, run queries, share access without forwarding the password.

A small set of well-made tools.
Nothing else.

Browse

Look at a row without reaching for psql.

The data’s right there. Click into a table, scan it, fix that one wrong value, move on. No CLI, no SSH, no “wait, what was the connection string again?”

idnameplan
u_8a12Anouk MertensPro
u_8a11Tomas KovačFree
u_8a10Sigrid HolmPro
Query

Run a query without SSH-ing through a jump host.

Pull the number for the meeting that starts in three minutes. Investigate yesterday’s spike. Save the queries you keep typing. From the same browser tab you’re already in.

— last 24h, by country
SELECT country, count(*)
FROM orders
WHEREcreated_at > now() - ‘24h’
GROUP BY 1 ORDER BY 2 DESC
Share

Onboard a teammate without forwarding the password.

A new engineer is productive on day one. Nobody has the raw connection string in their notes app. When someone leaves, you revoke their access in a click — without rotating the database password.

production · readci-runner · scoped
production · adminanouk · rotated
staging · fulltomas · revoked

Your data lives in Europe.
So does the console managing it.

The console runs from a data center in Paris — same city as your database, same EU jurisdiction. Queries don’t cross an ocean to reach what’s already across the room, and the trust boundary stays where it belongs — between you and your database.

~/.scalebase/runtime
hosted inparis, eu
keysencrypted at rest
auditevery credential read
your data pathbrowser → scalebase → scaleway

Questions you’d ask
before clicking the button.

Do I need a Scaleway account?
Yes. ScaleBase is the layer that sits on top of your own Scaleway account. You bring the Scaleway IAM key; we never have a database for you, and you only ever pay Scaleway for the database itself.
Where does my data live?
Your databases stay on Scaleway. ScaleBase keeps your account, your stored Scaleway keys, and an audit trail of who did what — that's all. Row data from your tables is never copied out of the database.
How is this different from the Scaleway console?
Scaleway gives you the database. ScaleBase gives you somewhere to actually work with it. The Scaleway console doesn't include a table browser, a SQL editor, or a way to share access without forwarding the password.
Can I connect a Postgres instance that isn't on Scaleway?
Yes. Paste a connection string and ScaleBase treats it like any other database — useful for staging databases, local Postgres in Docker, or instances hosted elsewhere.
What does it cost?
Free during the public beta. You pay Scaleway for whatever databases you provision; ScaleBase doesn't add a markup.
Is there an API?
A documented API for programmatic access is on the roadmap. Until then, the UI is the surface — and our Terms of Service already reserve a clean path for AI agents and automation acting via that future API.

Stop SSH-ing into your own database.

Free during beta. No credit card, no email-verification jail — bring your own Scaleway account and get to work.