iMonkr Posted May 16, 2021 Share Posted May 16, 2021 local db addEventHandler("onResourceStart", resourceRoot, function() db = dbConnect(sqlite, "serialdb.db") end) function getConnection() return db end Link to comment
kr1s Posted May 16, 2021 Share Posted May 16, 2021 db = dbConnect("sqlite", "serialdb.db") Link to comment
Administrators Tut Posted May 17, 2021 Administrators Share Posted May 17, 2021 Thread's been moved into a better section for you. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now