0.0.1 - 2024-07-17
Release Notes
Added
-
Partial
SELECT
statement support, includingWHERE
,LIKE
,LIMIT
,CROSS JOIN
, andINNER JOIN
. -
Aggregate function support.
-
EXPLAIN
statement support. -
Partial
PRAGMA
statement 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:
.schema
command that describes the database schema..opcodes <opcode>
that describes what a VDBE opcode does.
Install limbo 0.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penberg/limbo/releases/download/v0.0.1/limbo-installer.sh | sh
Download limbo 0.0.1
File | Platform | Checksum |
---|---|---|
limbo-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
limbo-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
limbo-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
limbo-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |