Search the Community
Showing results for tags 'sqlite3'.
-
Hi, I need sqlite version 3.32 and above for some sqlite commands? in php config it shows sqlite version SQLite Library 3.30.1 How can I update to required version? Thanks in advance. Amit Saraf Username : ansaraf
-
Hello, I am on the Lily server and was wondering, with no control panel or SSH access, how I would migrate my databases? Usually the steps are as follows: Install EF Core CLI Tools: dotnet tool install --global dotnet-ef Create The Migrations: dotnet ef migrations add InitialCreate create the schema on the database itself: dotnet ef database update However, with no SSH access I am at a loss on how to proceed. Apologies if this is a noob question I am very new to .Net Core.
-
Hi there, I have a flask app that using Flask-SQLAlchemy, It works fine on my local machine, but won't work on Heliohost. ​After some testing i found it property because current server python version 3.7.5 don't have sqlite3. Can someone fix it for me please. Thank you Server: Johnny Python: 3.7.5 Flask: 1.1.1