All Projects → dotnet → Ef6

dotnet / Ef6

Licence: apache-2.0
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.

Projects that are alternatives of or similar to Ef6

Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+789.82%)
Mutual labels:  orm, entity-framework, database, dotnet-framework
Entityframeworkcore.cacheable
EntityFrameworkCore second level cache
Stars: ✭ 138 (-88.67%)
Mutual labels:  orm, entity-framework, database, dotnet-framework
Entityworker.core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
Stars: ✭ 91 (-92.53%)
Mutual labels:  orm, entity-framework, database
Pomelo.entityframeworkcore.mysql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
Stars: ✭ 2,099 (+72.33%)
Mutual labels:  orm, entity-framework, database
Walrus
Lightweight Python utilities for working with Redis
Stars: ✭ 846 (-30.54%)
Mutual labels:  orm, database
Swoft Db
[READ ONLY] Database Compoment for Swoft
Stars: ✭ 25 (-97.95%)
Mutual labels:  orm, database
Ent
An entity framework for Go
Stars: ✭ 9,444 (+675.37%)
Mutual labels:  orm, entity-framework
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (-22.25%)
Mutual labels:  orm, database
Goloquent
This repo no longer under maintenance, please go to https://github.com/si3nloong/sqlike
Stars: ✭ 16 (-98.69%)
Mutual labels:  orm, database
Express Knex Objection
A simple API system on a pg database, using knex and objection to simplify connection and management
Stars: ✭ 20 (-98.36%)
Mutual labels:  orm, database
Hunt Entity
An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.
Stars: ✭ 51 (-95.81%)
Mutual labels:  orm, database
Entityframework.lazyloading
LazyLoading for EF Core
Stars: ✭ 23 (-98.11%)
Mutual labels:  orm, entity-framework
Entity Framework Code First Succinctly
This is the companion repo for Entity Framework Code First Succinctly by Ricardo Peres. Published by Syncfusion.
Stars: ✭ 18 (-98.52%)
Mutual labels:  entity-framework, database
Go Kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
Stars: ✭ 853 (-29.97%)
Mutual labels:  orm, database
Entityframework.docs
Documentation for Entity Framework Core and Entity Framework 6
Stars: ✭ 888 (-27.09%)
Mutual labels:  orm, entity-framework
Nextjs Sequelize
Next.js With Sequelize Web Application, a Full-Stack Web App Development Boilerplate. https://medium.com/@defrian.yarfi/next-js-with-sequelize-web-application-a-full-stack-web-development-a0051074e998
Stars: ✭ 21 (-98.28%)
Mutual labels:  orm, database
Topaz
A simple and useful db wrapper for Crystal-lang
Stars: ✭ 56 (-95.4%)
Mutual labels:  orm, database
Fluent
Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
Stars: ✭ 1,071 (-12.07%)
Mutual labels:  orm, database
Layr
Dramatically simplify full‑stack development
Stars: ✭ 1,111 (-8.78%)
Mutual labels:  orm, database
Laravel Optimistic Locking
Adds optimistic locking feature to eloquent models.
Stars: ✭ 71 (-94.17%)
Mutual labels:  orm, database

Entity Framework 6

Entity Framework 6 (EF6) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Entity Framework 6 is developed by the Entity Framework team in collaboration with a community of open source developers.

EF6 here, EF Core elsewhere

This repository is for the Entity Framework 6 runtime and Visual Studio tools. Entity Framework Core is a lightweight and extensible version of Entity Framework and is maintained at https://github.com/dotnet/efcore.

EF6 PowerTools development has moved

Further development of the EF6 PowerTools is happening in a community-driven project, the EF6 PowerTools Community Edition.

How do I use EF

If you want to use an officially supported Entity Framework release to develop your applications then head to https://docs.microsoft.com/ef/ef6/ where you can find installation information, documentation, tutorials, samples, and videos.

If you want to try out the latest changes that have not been officially released yet, you can choose to build the code. We regularily also make nightly builds of the Entity Framework codebase available.

How do I contribute

There are lots of ways to contribute to the Entity Framework project including testing out nighty builds, reporting bugs, and contributing code.

All code submissions will be rigorously reviewed and tested by the Entity Framework team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].