me say that most code in this talk is not production-worthy. But since you're not here, this'll have to do. The code presented here is untested, and uses internal, undocumented interfaces. At best, it's a hack; at worst, it'll bring your site down. It's not the kind of code you can just copy and paste! Please don't reuse code from this talk in production without considering it carefully! Only once you complete understand how it can fail — it will — should you consider using this code in your own projects. Thank you!
Column | Type | Modifiers -‐-‐-‐-‐-‐-‐-‐-‐-‐-‐+-‐-‐-‐-‐-‐-‐-‐-‐-‐+-‐-‐-‐-‐-‐-‐-‐-‐-‐-‐-‐ name | text | not null version | integer | not null time | bigint | author | text | ipnr | text | text | text | comment | text | readonly | integer | Indexes: "wiki_pk" PRIMARY KEY, btree (name, version) "wiki_time_idx" btree ("time")