Shaolinq icon indicating copy to clipboard operation
Shaolinq copied to clipboard

ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer

Results 42 Shaolinq issues
Sort by recently updated
recently updated
newest added

I'm decorating a property with the PrimaryKey attribute but I still get an error saying a Primary key is missing (it is still looking for Table Name + Id) You're...

Despite numerous Google searches, I can't seem to find any documentation. So I have downloaded and installed Shaolinq, and am ready to get started writing code. But I have no...

At the moment an object is submitted to the cache only after it has been member initalised. Performance can be improved by submitting an object to the cache in case...

Mono Sqlite provider stores Infinity as float.MaxValue but this means that float.MaxValue values are converted back into infinity.

bug
enhancement