mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
7 lines
93 B
SQL
7 lines
93 B
SQL
.load dist/vec0
|
|
.mode box
|
|
.header on
|
|
.eqp on
|
|
.echo on
|
|
|
|
create virtual table v using vec0(y);
|