mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
538 B
538 B
Changelog
[Unreleased]
Added
-
Partial
SELECTstatement support, includingWHERE,LIMIT,CROSS JOIN, andINNER JOIN. -
Aggregate function support.
-
EXPLAINstatement support. -
Partial
PRAGMAstatement support, includingcache_size. -
Asynchronous I/O support with Linux io_uring using direct I/O and Darwin kqueue.
-
Initial pass on command line shell with following commands:
.schemacommand that describes the database schema..opcodes <opcode>that describes what a VDBE opcode does.