SQLProvider
SQLProvider copied to clipboard
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 3.2.5 to 4.0.14. Release notes Sourced from Npgsql's releases. v4.0.14 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. Thanks to @paul-gerste-sonarsource...
I am having trouble using the current version of the SQLProvider from github with a PostgreSQL database that uses materialized views. Tables and normal views show up fine, but the...
**Is your feature request related to a problem? Please describe.** Just that I'd like to be able to use this library with DuckDB, which is an embedded OLAP database (similar...
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...
Every time I update the schema for SQLite, I have to close the IDE, and sometimes also terminate a process in order to free the database file that is used...
There seem to be [quite](https://github.com/fsprojects/SQLProvider/issues/684#issuecomment-1711078906) [a](https://github.com/fsprojects/SQLProvider/issues/755) [few](https://github.com/fsprojects/SQLProvider/issues/757) open issues regarding using SQLProvider with SQLite regarding dependencies and DLLs. I understand that possibilities alone of just ``` fsi | fsproj |...
``Create(...)`` function is missing `NOT NULL` columns - which does indeed result in a ``` Error: SQLite Error 19: 'NOT NULL constraint failed: kanji_service_attributes.ServiceName'. ``` during runtime. Schema: ``` create...
**Describe the bug** When using code with a datacontext in an fsx file, sometimes this works. Sometimes I get the runtime error: error FS0193: Could not load file or assembly...