docs: adding documentation

This commit is contained in:
Kacper Kula 2025-03-11 15:49:40 +00:00
parent 267f9ccbb4
commit d5f9d6dcae
3 changed files with 5 additions and 0 deletions

View file

@ -36,6 +36,7 @@ export default defineConfig({
{ text: 'Links and Images', link: '/links-and-images' },
{ text: 'CSV Viewer', link: '/csv-viewer' },
{ text: 'Query Configuration', link: '/query-configuration' },
{ text: 'Define Column Types', link: '/define-column-types' },
{ text: 'Troubleshooting', link: '/troubleshooting' },
{ text: 'Future Plans', link: '/future-plans' },
{ text: 'Changelog', link: '/changelog' }

View file

@ -0,0 +1,4 @@
# Define Column Types
SQLSeal sets types of your data automatically. This is the mechanism which for most of the cases works perfectly, but for more advanced use-cases, you might want to force specific type of the column (for example you might have ids which you want to treat like text, even if they consist of just the numbers). To enforce the specific type, you can set individual types inside the CSV Viewer:
![Setting Column Type](./setting-column-type.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB