-
-
I'm starting this research thread to drop in examples of tool usage across different LLMs, to help inform a `llm` feature for that.
-
https://docs.datasette.io/en/0.55/spatialite.html was written before I had tools like [geojson-to-sqlite](https://datasette.io/tools/geojson-to-sqlite) and [shapefile-to-sqlite](https://datasette.io/t…
-
I've installed Datasette for Mac as per [the documentation](https://docs.datasette.io/en/stable/installation.html#datasette-desktop-for-mac) and it's working great!
However, I'm not sure how to go …
-
Datasette [canned queries](https://datasette.readthedocs.io/en/stable/sql_queries.html#canned-queries) could work really well with this plugin, especially in conjunction with the ability to restrict d…
-
I wrote this a few years ago: https://simonwillison.net/2018/Oct/4/datasette-ideas/
It could do with an update, but it would also work better as evergreen content - kind of like how the SQLite docu…
-
https://sqlite-utils.datasette.io/en/stable/cli.html#csv-files-without-a-header-row
> The first row of any CSV or TSV file is expected to contain the names of the columns in that file.
> If your…
-
I see lots of documentation on how to use this tool's CLI, but I'm curious if it has any support for being imported and used as a tool to build other tools and experiments on top of.
Requests:
1. …
-
I needed more than the default 200ms to facet a specific column in a database I was working with, so I ran `datasette` with `--setting facet_time_limit_ms 30000` — definitely overkill!
But i…
-
I tried installing `datasette-jq` on the command-line version of Datasette (version 0.58.1).
The installation was successful:
```
Successfully installed datasette-jq-0.2.1 pyjq-2.5.2
```
B…