mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-22 19:15:46 +01:00
Automatic update.
This commit is contained in:
parent
47b3db1189
commit
6536992440
1 changed files with 3 additions and 2 deletions
|
@ -68,12 +68,13 @@
|
|||
|
||||
# Design
|
||||
|
||||
>
|
||||
## Schemas
|
||||
|
||||
>Databases that are “schema-less” give you great flexibility and power when putting data in, and are extremely unhelpful when getting it out. A key-value store is a more technical version of “free text”, with the same drawbacks — it is pretty unhelpful when you want to extract info or do anything with the data, since you cannot guarantee that any specific keys will be there.
|
||||
|
||||
[Luke Plant - *We need less powerful languages*](https://lukeplant.me.uk/blog/posts/less-powerful-languages/)
|
||||
|
||||
|
||||
|
||||
# Resources // Inspiration
|
||||
|
||||
## Whole systems
|
||||
|
|
Loading…
Add table
Reference in a new issue