Dot Net Core 5.0 without using entity framework

Hello.
I want to create API in dot net core 5.0.
For back end, I am using microsoft sql.

How can I connect with database without using entity framework.?

Note that, i dont want to use entity framework.