The Wayback Machine - https://web.archive.org/web/20200613150326/https://github.com/topics/micro-orm
Skip to content
#

micro-orm

Here are 34 public repositories matching this topic...

naughtyGitCat
naughtyGitCat commented Feb 24, 2020

When IDatabase was added as singleton service:

string mysqlSetting.ReadWriteURI = "**********";
return new Database(mysqlSetting.ReadWriteURI, DatabaseType.MySQL, MySqlClientFactory.Instance);

Thinking of the performance lost of open/close conn, should I inherit from IDisposable and call db.Dispose in the implementation of Dispose() method in the transient service?

the MySQ

An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.

  • Updated May 1, 2020
  • C#

Improve this page

Add a description, image, and links to the micro-orm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the micro-orm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.