Files
turso/CHANGELOG.md
Pekka Enberg 95ec1ad733 Update docs
2024-07-15 08:38:29 +03:00

538 B

Changelog

[Unreleased]

Added

  • Partial SELECT statement support, including WHERE, LIMIT, CROSS JOIN, and INNER JOIN.

  • Aggregate function support.

  • EXPLAIN statement support.

  • Partial PRAGMA statement support, including cache_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:

    • .schema command that describes the database schema.
    • .opcodes <opcode> that describes what a VDBE opcode does.