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