penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema manipulation support

penberg opened this issue · comments

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

can I work on this issue? @penberg

Go for it @jatin510!