cosmopolitan/tool/net/demo
Justine Tunney 88806b79b1 Tune SQLite build for redbean (#97)
redbean lua handlers that perform sql queries can do 400k qps.

We now use a separate compile-time options for SQLite, when building the
SQLite shell versus building the production web serving code. It doesn't
seem appropriate for something like redbean to include backups, progress
callbacks, query completion, profiling, EXPLAIN, ALTER, ANALYZE, VACUUM,
etc. since those tasks are better left to the sqlite3.com shell program.

Lua SQLite pointer APIs have been removed since we're not using threads.
The Lua APIs for installing update / commit / rollback hooks are removed
due to a general sense of disagreement and an overall lack of comfort.

Full-Text Search and R*Tree are as large as the rest of SQLite combined.
Turning those off keeps redbean under 1mb when built for MODE=tiny which
is nice for marketing purposes.

If you need something that was removed, file an issue, and we'll add it.
2021-06-10 08:00:08 -07:00
..
.lua Make default redbean lua module path zip:.lua/... 2021-05-16 19:05:35 -07:00
.init.lua Tune SQLite build for redbean (#97) 2021-06-10 08:00:08 -07:00
.reload.lua Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
404.html Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
hello.lua Make default redbean lua module path zip:.lua/... 2021-05-16 19:05:35 -07:00
index.html Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
redbean-form.lua Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
redbean-xhr.lua Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
redbean.css Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
redbean.lua Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
seekable.txt Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
sql.lua Tune SQLite build for redbean (#97) 2021-06-10 08:00:08 -07:00
virtualbean.html Set up http://redbean.justine.lol/ demo server 2021-04-24 19:49:49 -07:00