Hi everyone
Today, after couple of month of work on database management system. I decided to open my repo and share it with rust community.
It is not doing much:
- can communicate with
psql
(as simply as possible)
- can create and drop schemas and tables
- can execute insert, update all, select all and delete all records in table
Areas that I'd like to work right now is:
- fully support PostgreSQL Wire Protocol
- execute more sofisiticated SQL queries
- of course transactions
In the end I'd like to see it as full-fledged distributed DBMS
I haven't come up with the name so I call it database
. The code is here GitHub - alex-dukhno/isomorphicdb: The core repository of implementing PostgreSQL compatible distributed database in Rust