https://github.com/boykush/atnos-eff-application-parts
Collection of effect parts by interest for applications using atnos-eff library
https://github.com/boykush/atnos-eff-application-parts
extensible-effects functional-programming scala
Last synced: 2 months ago
JSON representation
Collection of effect parts by interest for applications using atnos-eff library
- Host: GitHub
- URL: https://github.com/boykush/atnos-eff-application-parts
- Owner: boykush
- Created: 2023-03-18T07:21:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T16:59:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T15:44:51.621Z (4 months ago)
- Topics: extensible-effects, functional-programming, scala
- Language: Scala
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atnos-eff-application-parts
Collection of effect parts by interest for applications using atnos-eff library# Effects
## Database
using [skunk](https://github.com/typelevel/skunk) library for addons.
- [x] DBTransactionIO
- Readwrite session
- [x] DBReadIO
- Readonly session
- Run with pager## Search
- [ ] SearchIO