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