cstack / db_tutorial

Writing a sqlite clone from scratch in C

Home Page:https://cstack.github.io/db_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How would you create multiple tables ?

tomuuss opened this issue · comments

Hi,

I was wondering how you would stock, in the same file, multiple tables (with the same or different fields, it doesnt matter) ?

Any idea of an implementation ?