📚 Personal bits of knowledge
1# Databases
2
3- As in any other place, stick to a naming convention to keep things sane.
4- Storage is cheap, make use of it.
5- Follow a SQL style guide.
6 - [Kickstarter's SQL Style Guide](https://gist.github.com/fredbenenson/7bb92718e19138c20591)
7 - [Meadmaker's SQL Style Guide](https://github.com/meadmaker/sql-style-guide)
8 - [SQL Style Guide](https://www.sqlstyle.guide/)
9
10## Resources
11
12- [Build your own database in Rust](https://github.com/adambcomer/database-engine)