Add basic csv view inside a table loaded through duckdb

This commit is contained in:
2025-04-24 18:47:53 +09:30
parent 5c42ba0dd4
commit 42e9470400
16 changed files with 999 additions and 517 deletions

View File

@@ -1 +1,6 @@
/* You can add global styles to this file, and also import other style files */
@import "./tailwind-import.css";
@import "primeicons/primeicons.css";
html {
font-size: 14px;
}