Async Support for Individuals

Open
#845 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
fsharp, sql
Domain
databases

Research direction

Start by locating the SQLProvider Individuals implementation and the runtime path that currently blocks, then review how compile-time synchronous behavior is separated from runtime behavior. Done means runtime Individuals supports async workflows without blocking while preserving the required compile-time synchronous behavior.

Written by the indexing model from the issue text.

Description

enhancement

SQLProvider’s Individuals feature currently blocks the thread at runtime. While synchronous behavior is needed at compile-time, adding async support at runtime would improve consistency with modern async APIs.

Even if the performance gain is minor, it would help avoid blocking in async workflows and align better with typical .NET usage.

Dominant language
F#
Stars
627
Forks
147
Avg merge
2h 2m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fsprojects/SQLProvider

All issues in fsprojects/SQLProvider

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.