mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 85.8%
- HTML 7.9%
- JavaScript 4.5%
- CSS 1.4%
- Shell 0.2%
Expecting SQLite columns to all be valid utf8 doesn't work, because we are deailing with all kinds of databases. Instead, we now use the 'replace' encoding mode to replace any non-UTF8 characters with a [X] character. |
||
|---|---|---|
| templates | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| LICENSE | ||
| requirements.txt | ||
| test_helpers.py | ||