- Notifications
You must be signed in to change notification settings - Fork1
iNecas/fsharp-sqlite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An example project using F# and SQLite, that involves:
- defining and running DB in F# usingfluentmigrator
- setup ofSqlProvider with SQLite (involving copying the files toright place)
- using SqlProvider to work with the data
- running on top of dotnet core v3.0 using Linux containers
The simplest way to get the reproducible setup is to use Linux containers. This instructionspreferBuildah andPodman overdocker, as they don't need any additional daemon to be running on the system. Correspondingdocker commands should still work though.
To build the sample application image, run:
buildah bud -t inecas/fsharp-sqlite .This will download thedotnet core v3 SDK imageand will prepare the setup for running the application.
podman run --rm -ti --name inecas-fsharp-sqlite inecas/fsharp-sqlitedotnet run -p src/FSharpSqlite.Use# outputs: John's id is 1About
An example project using F# and SQLite
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published