TreeForm Systems
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Roadmap

Next Steps

  • WAL manager
    • push to back process and have data move from WAL to data files over time and balance pressure from heavy writes.
  • Join operator
  • B+ Tree optimization
  • Driver bindings for other languages

Future Products

MockMint or SeedlingSim

similar to Mockaroo but having it directly generate the database files instead of the user having to convert/parse them into some test database. Purpose is to make mocking test faster instead of having to setup another test container/database

SQLSeed

similar to SQLC but specifically for this database engine so it can take advantage of our built-in functions as well as implementing this for multiple languages not just Go. This makes creating the boilerplate code for the common sql query very easy to setup and not have to write all the boilerplate associated with these common patterns. While still giving a lot of flexibility to what you want the end code to interface with.

RootDB viewer

similar to SQLite browser but for this database and possibly in the terminal using Charm or keeping it as a gui.