Developing NovaDB in Go: a beta relational database with a custom SQL parser, indexed trees, query executor, TCP server, user controls, transactions, and logging.
activeModules := initModules("NovaDB")
Developing NovaDB in Go: a beta relational database with a custom SQL parser, indexed trees, query executor, TCP server, user controls, transactions, and logging.
activeModules := initModules("NovaDB")
hey, im really intrigued by your nova db! how does it handle complex queries & concurrency? any cool tricks in the custom sql parser yet? lookin forward to testing more. what are yalls thoughts on its performance?