summitdb icon indicating copy to clipboard operation
summitdb copied to clipboard

Q: SummitDB as embedded DB?

Open rmasci opened this issue 6 years ago • 1 comments

I have an application that requires the use of a database, and Summit is an awesome DB -- just one binary to deploy with my application, but I'm wondering if I can go another step down and have that db be embedded and not run as a standalone application.Do you have any examples of how to embed it instead of running it as a standalone server. It would also be nice if it could take advantage of cmux so I don't have my application listening on two ports. Thanks!!

rmasci avatar Jan 09 '20 15:01 rmasci

SummitDB is designed to run as an application. There's nothing built-in that supports embedding.

tidwall avatar Jan 11 '20 19:01 tidwall