GRU - SQLite ORM and DB repo manager

GRU is both an ORM for SQLlite and an in-editor database manager.


Unlike many other SQLite assets out there, GRU actually supports the usage of foreign keys and entity-framework-like syntaxes (see technical details for more). It works on many different platforms and probably covers 99% of your data management needs, regardless of the type of project you're working on. Whether a mobile app that handles user data or an inventory system for a PC game, GRU will have you covered!


It detects DB table classes in your assemblies and then auto-generates DB repos and interfaces accordingly. It comes with a bunch of different editor extensions and helpers that allow you to integrate with popular third-party DB tools.


The loosely coupled codebase was written using one of the best practices and industry standards, making it easy for developers to extend and customize its features even further if needed.