Monthly Archives: June 2026

Row-level security and audit context in FunkyORM

Row-level security and audit context in FunkyORM

06/30/2026
If your app talks to the database as one service account, FunkyORM can still put the real user on the connection the command uses. What you are installing is FunkyORM, a .NET library and micro-ORM that maps plain C# classes ... Read More
Stored procedures in FunkyORM

Stored procedures in FunkyORM

06/29/2026
FunkyORM can run stored procedures on the same provider you use for queries. Those procedure calls ride a .NET micro-ORM, FunkyORM, which maps plain C# classes to SQL Server, PostgreSQL, MySQL, and SQLite. Version 3.7.0 of Funcular.Data.Orm is the release ... Read More
MySQL in FunkyORM

MySQL in FunkyORM

06/13/2026
FunkyORM speaks MySQL through MySqlConnector, MIT licensed, not Oracle’s GPL MySql.Data. That driver choice lives in FunkyORM, the .NET micro-ORM that maps plain C# classes to SQL Server, PostgreSQL, MySQL, and SQLite. Version 3.6.0 is when that MIT driver landed ... Read More