Jump to content

Search the Community

Showing results for tags 'sqlite3'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. 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
  2. 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.
  3. 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
×
×
  • Create New...