An open API service indexing awesome lists of open source software.

https://github.com/davidroman0o/comfylite3-ent

Example how to use `comfylite3` and `ent`
https://github.com/davidroman0o/comfylite3-ent

comfylite comfylite3 ent entity-framework sqlite sqlite3

Last synced: about 1 month ago
JSON representation

Example how to use `comfylite3` and `ent`

Awesome Lists containing this project

README

          

# Comfylite3 and Ent Framework

A very simple integration with that third-party.

I personally love this combo:
- [`comfylite3`](https://github.com/davidroman0O/comfylite3): the fastest SQLite wrapper that works effortlessly with concurrent scenarios
- [`ent`](https://github.com/ent/ent/): an excellent entity framework

When programming alone or creating apps to solve personal problems, you don't want to bother with details—you just want to move quickly. At least I do. With `comfylite3` and `ent`, I can skip the whole database design phase and get straight to the point!