a transactional ETL procedure from Excel into SQL server, using only the #sqlprovider? Yes please! #fsharp

pezi_pink's tweet image. a transactional ETL procedure from Excel into SQL server, using only the #sqlprovider? Yes please! #fsharp

Added #fsharp #Giraffe remoting sample. Also checked the #SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍
cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

@dotnet and @aspnet and EF are awesome, but for fully leveraging #fsharp potentials, maybe good to have a look at TypeProviders too: #sqlprovider generates types and gives `IQueriable` from db connection, a bit like #rust macros, but more elegant 🦔💜🦀

jkone27's tweet image. @dotnet and @aspnet and EF are awesome, but for fully leveraging #fsharp potentials, maybe good to have a look at TypeProviders too: #sqlprovider generates types and gives `IQueriable` from db connection, a bit like #rust macros, but more elegant 🦔💜🦀

@weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)

pezi_pink's tweet image. @weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)
pezi_pink's tweet image. @weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)

@Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

giuliohome_2019's tweet image. @Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

"Use #SQLProvider and be the first who knows when someone breaks the database schema." fsprojects.github.io/SQLProvider/


real-world example with #FSharp + #SqlProvider + #WebSharper today's enhancement details #business #friday to #production

giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production

I have my code style 1. write main html dsl 2. design css attr. 3. init render with js bindings 4. define the reactive var 5. update it on change 6. async call the server from view mapping to complete html dsl 7. enjoy server abstractions to respond from db queries without sql



It looks like F# type provider #SQLProvider and MySQL don't work well together yet


F# #sqlprovider good - just broke a colleagues build on schema change. Sharing dev databases bad! (Actually using databases bad!!)


Got some issues with #fsharp #SQLProvider on #PostgreSQL so time is come to contribute


Tried to add #sqlprovider to remove the pesky raw sql. Things went very well until I found github.com/fsprojects/SQL…


Did a first little #fsharp project, using #sqlprovider for SQLite access - so easy & quick! Thanks, @VisualFSharp, @pezi_pink & @colinbul!


250 lines of #fsharp script, works perfectly first time. Surprise level - low. The #sqlprovider makes this very easy :)


Latest #SQLProvider 1.3.14 has better performance and less memory-consumption than previous versions. #fsharp


#fsharp Using #SqlProvider is really cool, thanks to the auto completion and type extracted from the DB. I love the automatic join query :)


Has anyone played with f# #sqlprovider in #azure functions yet? Any reason why not to?


More performance with SQLProvider, v. 1.3.33 - Still on old (pre-1.2) version? Update to 1.1.102, without needing to do migrations - Still on 1.2.x? See migration guide to 1.3.x: github.com/fsprojects/SQL… - On 1.3.x it should be straight forward update. #fsharp #SQLProvider


Just curious can we use #SqlProvider successfully with #Postgres on #Linux, awesome but the config part is a bit clunky maybe ? At least for me… looking forward to give it another try #fsharp but a bit cumbersome to have to reference the Pgsql driver dll explicitly…


Latest #SQLProvider 1.3.14 has better performance and less memory-consumption than previous versions. #fsharp


@Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

giuliohome_2019's tweet image. @Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

real-world example with #FSharp + #SqlProvider + #WebSharper today's enhancement details #business #friday to #production

giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production

I have my code style 1. write main html dsl 2. design css attr. 3. init render with js bindings 4. define the reactive var 5. update it on change 6. async call the server from view mapping to complete html dsl 7. enjoy server abstractions to respond from db queries without sql



Added #fsharp #Giraffe remoting sample. Also checked the #SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍
cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

Yep. I have repeatedly failed to help someone get started with #SQLProvider. #FSharp.Data has been solid.


Strong points of #fsharp: #Websharper, #SqlProvider, #ViewModule and🆙👍the fact that #fsharp community is smart and open minded (not like the ugly, unfriendly guys you can find on #stackoverflow for #csharp, e.g. w/ #async tag) Weakness: #VisualStudio w/ #dotnetframework support


When you go live with #fsharp in production and then you want to fix a bug, but #sqlprovider doesn't translate your fix into the correct #sql 🆘😲 github.com/fsprojects/SQL…


Using #sqlProvider for our productive reporting systems as well


#FSharp database #typeProvider in production stories, #sqlProvider in this case, any others?

I'm hapily using SQLProvider in production, we have 100k registered users, works better than EF which I used before. But I'm not using .net core.



@VagifAbilov created off-line context schema cache support for #SQLProvider ! Ping @pezi_pink @isaac_abraham


Got some issues with #fsharp #SQLProvider on #PostgreSQL so time is come to contribute


@dotnet and @aspnet and EF are awesome, but for fully leveraging #fsharp potentials, maybe good to have a look at TypeProviders too: #sqlprovider generates types and gives `IQueriable` from db connection, a bit like #rust macros, but more elegant 🦔💜🦀

jkone27's tweet image. @dotnet and @aspnet and EF are awesome, but for fully leveraging #fsharp potentials, maybe good to have a look at TypeProviders too: #sqlprovider generates types and gives `IQueriable` from db connection, a bit like #rust macros, but more elegant 🦔💜🦀

Added #fsharp #Giraffe remoting sample. Also checked the #SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍
cboudereau's tweet image. Added #fsharp #Giraffe remoting sample. Also checked the 
#SQLProvider datacontext lifecycle by activating general mysql logs and all works as expected 😍😍😍😍

@Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

giuliohome_2019's tweet image. @Thoriumi I hope that this sort of "error tolerance" is already part of #fsharp #SQLProvider itself nowadays, isn't it? Thanks

@weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)

pezi_pink's tweet image. @weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)
pezi_pink's tweet image. @weismat is successfully using #postgresql via the #sqlprovider in the #fsharp #juypter notebook! very cool :)

real-world example with #FSharp + #SqlProvider + #WebSharper today's enhancement details #business #friday to #production

giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production
giuliohome_2019's tweet image. real-world example with #FSharp + #SqlProvider + #WebSharper
today's enhancement details

#business #friday to #production

I have my code style 1. write main html dsl 2. design css attr. 3. init render with js bindings 4. define the reactive var 5. update it on change 6. async call the server from view mapping to complete html dsl 7. enjoy server abstractions to respond from db queries without sql



a transactional ETL procedure from Excel into SQL server, using only the #sqlprovider? Yes please! #fsharp

pezi_pink's tweet image. a transactional ETL procedure from Excel into SQL server, using only the #sqlprovider? Yes please! #fsharp

Loading...

Something went wrong.


Something went wrong.