User475983607 posted
How can I link to sqlserver or sqlite in blazor client project?
directlly to database ,no sercice or api?Is that possible?
It's not possible to connect to a remote SQL database with out sending an HTTP request. You can, however, use local resources within the browser.