Glossary

Application start

`FormCreate` calls `InitializeDatabase`, which opens (or creates) the database file, creates tables if they do not exist, runs schema migrations, seeds default categories, and opens the main query.

Learn More

Related Terms