I have a question about LiteDB. I make an asp.net mvc application to interact with LiteDB. But all data change only save in log.db file. How can I update to main db file?
Thanks!
I have a question about LiteDB. I make an asp.net mvc application to interact with LiteDB. But all data change only save in log.db file. How can I update to main db file?
Thanks!
Please try following Statement:
multiple operations against LiteDB
db.Commit();