MaxKB/installer/init.sql
2025-04-18 14:10:16 +08:00

5 lines
65 B
SQL

CREATE DATABASE "maxkb";
\c "maxkb";
CREATE EXTENSION "vector";