What is Micron?

What is micron ?

PATREON PAGE

Micron is a FREE .NET Framework micro ORM supporting MySQL and MariaDB databases (currently). It is a very easy to use ORM suitable for rapid application development. Micron uses database first model to generate the code for your app, It also has model first generator. Micron comes with a model generator which integrates relationship methods to your models. t's a Zero Config ORM lib that 'automatically' builds your code schema models.

Micron supports two modes

Database first

update-micron database-first

Model First

update-micron model-first

Running just update-micron without mode options, will execute the last mode used. It is recommended to stick to one mode you are comfortable with during development, to avoid data loss.

Micron is at its early development stages, Many more cool features are being added with time.

Micron is being developed and maintained by KimTooFlex. Kim is a Microsoft MVP award winner, Developer Technologies category and he is also the Founder of the popular Bunifu Framework. (A .Net UI framework)

Last updated