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`
- Host: GitHub
- URL: https://github.com/davidroman0o/comfylite3-ent
- Owner: davidroman0O
- Created: 2024-09-18T12:18:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T16:24:30.000Z (over 1 year ago)
- Last Synced: 2025-10-19T18:40:43.311Z (8 months ago)
- Topics: comfylite, comfylite3, ent, entity-framework, sqlite, sqlite3
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!