简体   繁体   中英

Create Web API using SQLite .NET 4.5

I want to create a Web API in .NET Framework 4.5 (hosting enviroment that we are using requires only .NET 4 or 4.5 and not Core) using sqlite database. What is the right way to do implement a web api and connect it to the sqlite database in a way to deploy it directly through plesk? Please have in mind that we do not have a dedicated server and we are going to use Plesk to upload the published API.

Thanks in advance

I have already created the api, but I want some help with the creation of sqlite database and use of tables so to deploy it through Plesk.

Use google and reseach. It's not a single issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM