mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 88.4%
- HTML 7.5%
- JavaScript 2.4%
- CSS 1.2%
- Shell 0.3%
- Other 0.1%
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 | ||