You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i was wondering is it possible to change the database name? Since i am using this for a javascript module, Basically what i wanted to do is just maybe allow a default constructor with no arguments passed for sqlite::database so i can change it. Basically like this:
sqlite::database db;
voiduse_db(string name) {
db = sqlite::database(name);
}
The text was updated successfully, but these errors were encountered:
Hello, i was wondering is it possible to change the database name? Since i am using this for a javascript module, Basically what i wanted to do is just maybe allow a default constructor with no arguments passed for
sqlite::database
so i can change it. Basically like this:The text was updated successfully, but these errors were encountered: