📄️ Installation
Get started by creating a new project and installing Elemental.
📄️ Creating a Connection
All Connections in Elemental are managed by the elemental package which can be imported as follows:
📄️ Listening to Connection Events
Elemental provides a way to listen to connection pool events such as ConnectionCreated, ConnectionReady, and ConnectionClosedin a much more user-friendly way.
📄️ Create a Schema
Schema creation is a part of the elemental core package which can be imported as follows:
📄️ Create a Model
Model creation is a part of the elemental core package which can be imported as follows:
📄️ Type Inference
Due to the nature and limitations of Go, Elemental cannot provide you with the level of automatic type inference that you might see in a language such as TypeScript.