Jump to content

Recommended Posts

Posted

Hey,

 

After some testing I started to develop a Server with C# in Backend and JS for Frontend. But for some reason I cant set up a database correctly.

 

I tried to use EntityFramework with no success. Do you guys have a idea or maybe a tip for me, so I can start using a database? Or maybe tell me how you guys are using databases in your projects. That would be very helpful.

Posted (edited)

Do not set up EF directly into your server project. Make a new class library that holds all your database stuff and link it into your gta project.

Keep in mind to use .net core class lib

Edited by Division

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...