---
title: "Using SingleStore with Entity Framework"
url: https://daily.dev/posts/using-singlestore-with-entity-framework-ppxffaqhj
source_url: https://nodogmablog.bryanhogan.net/2025/05/using-singlestore-with-entity-framework
type: article
source: "No Dogma Blog (Bryan Hogan)"
published: 2026-05-31T07:47:01.415Z
updated: 2026-05-31T08:44:19.811Z
tags: ["backend", "docker", ".net", "mysql", "singlestore"]
reading_time: 2
upvotes: 0
comments: 0
language: 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.

# Using SingleStore with Entity Framework

**[No Dogma Blog \(Bryan Hogan\)](https://daily.dev/sources/bryanhogan)** · 2 min read · 0 upvotes · 0 comments

## Summary

A walkthrough showing how to connect SingleStore, a distributed SQL database compatible with MySQL, to Entity Framework Core. Covers running SingleStore in Docker with a two-node setup, using the MySQL EF library to connect, and performing basic database operations like creation, seeding, and querying. Also touches on the SingleStore web interface for managing nodes and running SQL queries.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodogmablog.bryanhogan.net/2025/05/using-singlestore-with-entity-framework>

## Similar posts on daily.dev

- [Build Powerful Agentic AI Applications Using SingleStore](https://daily.dev/posts/build-powerful-agentic-ai-applications-using-singlestore-4jzykgoiq) · SingleStore · 1 upvotes · 0 comments
- [SingleStore: High-Performance Analytics Database for Financial Services](https://daily.dev/posts/singlestore-high-performance-analytics-database-for-financial-services-zp5k2iegt) · SingleStore · 1 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#docker](https://daily.dev/tags/docker), [#.net](https://daily.dev/tags/.net), [#mysql](https://daily.dev/tags/mysql), [#singlestore](https://daily.dev/tags/singlestore)

[View this post on daily.dev](https://daily.dev/posts/using-singlestore-with-entity-framework-ppxffaqhj)
