penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Schema manipulation support #126

Open penberg opened 1 month ago

penberg commented 1 month ago

Let's add support for CREATE TABLE, DROP TABLE, ALTER TABLE, and others.

I think for schema manipulation, we should go the extra mile and support libSQL's ALTER COLUMN extension too: https://github.com/tursodatabase/libsql/blob/main/libsql-sqlite3/doc/libsql_extensions.md#altering-columns

jatin510 commented 1 month ago

can I work on this issue? @penberg

penberg commented 1 month ago

Go for it @jatin510!