losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Provide a single archive for executing mvsqlite #115

Open fire opened 1 year ago

fire commented 1 year ago

Describe the project you are working on

I am working on a virtual worlds game that balancing creating and adventuring.

Describe the problem or limitation you are having in your project

There is no single package that provides everything needed to execute mvsqlite.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

  1. Collect mvsqlite console shell
  2. Collect mvsqlite shared library
  3. Collect a tested version of foundation db
  4. Provide a single archive for setup

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Pick one platform and make sure the package contains everything needed to run mvsqlite.

If this enhancement will not be used often, can it be worked around with a few lines of script?

This is a long series of steps I have documented.

Is there a reason why this should be core?

I want to collaborate rather than work alone.