© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•13mo ago•
4 replies
MattHat

How to pool SQLite connections

I am building a monolithic JSON api and wish to have sparate connection pools for readers and writers. System.Data.SQLite has connection option "Pooling" but there is no documentation what it does, and there is for example no MaxPoolSize or similiar. I am trying to achive 1 writer connection, and a pool of reader connections (1 connection per core max).
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to read DateTime from SQLite database using System.Data.SQLite?
C#CC# / help
4y ago
❔ ✅ How to implement pool tracking in concurrent list ?
C#CC# / help
3y ago
❔ SQLite with Muai ensure connectionstring to DB for all devices
C#CC# / help
4y ago
❔ How to ORM joins using sqlite-net?
C#CC# / help
3y ago