mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
604 B
604 B
Changelog
[Unreleased]
Added
-
Partial
SELECTstatement support, includingWHERE,LIMIT, andCROSS JOIN. -
Partial
PRAGMAstatement support, includingcache_size. -
Partial aggregate function support, including
avg(),count(),max(),min(),sum(), andtotal(). -
EXPLAINstatement support. -
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.