<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1" -->

---
title: Quesma database gateway | daily.dev
description: Quesma proposes applying microservice principles to the database layer by introducing a database gateway — an architectural component analogous to an API...
canonical: https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Quesma database gateway | daily.dev
og:description: Quesma proposes applying microservice principles to the database layer by introducing a database gateway — an architectural component analogous to an API...
og:url: https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1
og:image: https://api.daily.dev/og/posts/MqQWJhnU1.png
og:image:alt: Quesma database gateway
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Quesma database gateway

**[Quesma](https://daily.dev/sources/quesma)** · 5 min read · 0 upvotes · 0 comments

## Summary

Quesma proposes applying microservice principles to the database layer by introducing a database gateway — an architectural component analogous to an API gateway. Just as API gateways enabled microservices to evolve independently, a database gateway could sit in front of databases to provide protocol translation, blue-green deployments, load balancing, authentication, observability, and query optimization. This would make database migrations safer and more iterative, treating databases as just another microservice in the stack. Quesma positions itself as building this open database gateway for the industry.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://quesma.com/blog/quesma-database-gateway/>

## Similar posts on daily.dev

- [How microservice architectures have shaped the usage of database technologies](https://daily.dev/posts/how-microservice-architectures-have-shaped-the-usage-of-database-technologies-4cunqhqjk) · Datadog · 156 upvotes · 1 comments
- [API Gateway in Microservices: A Complete Guide for Developers](https://daily.dev/posts/api-gateway-in-microservices-a-complete-guide-for-developers-ona7cjfwl) · C\# Corner · 3 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#microservices](https://daily.dev/tags/microservices), [#api-gateway](https://daily.dev/tags/api-gateway)

[View this post on daily.dev](https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Quesma database gateway","url":"https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1"},"datePublished":"2026-03-31T13:39:56.924Z","dateModified":"2026-03-31T13:45:21.138Z","description":"Quesma proposes applying microservice principles to the database layer by introducing a database gateway — an architectural component analogous to an API...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/fd7ad25050f299ac7dbf5e38801092d7?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/fd7ad25050f299ac7dbf5e38801092d7?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Quesma","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Quesma","logo":"https://media.daily.dev/image/upload/s--I-Be0YJY--/f_auto,q_auto/v1774964372/logos/quesma?_a=BAMAMiWQ0","url":"https://daily.dev/sources/quesma"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/quesma-database-gateway-mqqwjhnu1","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"database,microservices,api-gateway","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Quesma","item":"https://daily.dev/sources/quesma"},{"@type":"ListItem","position":3,"name":"Quesma database gateway"}]}
```

