https://github.com/64kramsystem/codecrafters_resources
Resources for my CodeCrafters writings
https://github.com/64kramsystem/codecrafters_resources
Last synced: 4 months ago
JSON representation
Resources for my CodeCrafters writings
- Host: GitHub
- URL: https://github.com/64kramsystem/codecrafters_resources
- Owner: 64kramsystem
- Created: 2022-11-08T21:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T23:29:43.000Z (over 3 years ago)
- Last Synced: 2025-06-03T13:16:46.571Z (about 1 year ago)
- Language: HTML
- Size: 124 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeCrafters Resources
Resources for my CodeCrafters writings.
The rendered diagrams have been generated via [PlantText](https://www.planttext.com).
## SQLite resources
Page diagrams can be found in the [sqlite](./sqlite) directory, with the source, and SVG/PNG renderings.
The fields described are a subset of the full specification - they're only those required to solve the problems of the CodeCrafters challenge; some concepts are therefore skipped, e.g. overflow.
The green background color indicates fields that are shared across different page types; if fields of a child are highlighted, but not the parent, it means that the child itself is optional, but when present, its highlighted fields are mandatory.
The directory also contains a [snapshot](./sqlite/fileformat.html) of the official database file format [page](https://www.sqlite.org/fileformat.html)