Skip to content

[document enhancement] compare with Microsoft.EntityFrameworkCore.Sqlite? #166

Closed
@LeiYangGH

Description

@LeiYangGH

The readme doesn't mention the initial motivation to create the project. I'm a curious is it because there's no sqlite code first at that time? From commit history I noticed the oldest file was created 7 years ago. Maybe there's no other EF sqlite adapters at that time? I also found the stackoverflow answer refering this repo.

Now there's Microsoft.EntityFrameworkCore.Sqlite, with which one can create sqlite code first way.
While this repo is really excellent, people may feel hard choosing between the two.
So still any advantage using SQLite.CodeFirst?

One of the possible difference might be:

  • SQLite.CodeFirst is using System.Data.SQLite, while Microsoft.EntityFrameworkCore.Sqlite uses Microsoft.Data.Sqlite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions