Files
ladybird/Userland/Libraries/LibSQL
Mahmoud Mandour f6233913ad LibSQL: Implement a DESCRIBE TABLE statement
This statement (for now) outputs the name and types of the different
attributes in a table. It's not standard SQL but all DBMSs that I know
of implement a sort of statement for such functionality.

Since the output of DESCRIBE TABLE is just a relation, an internal
schema, `master` was created and a table definition for DESCRIBE into
it. The table definition and the master schema are not accessible by the
user.
2022-02-05 00:35:03 +01:00
..
2021-12-04 20:49:22 +03:30
2021-10-06 23:52:40 +01:00
2021-10-06 23:52:40 +01:00