vercel-community / php

🐘 PHP Runtime for ▲ Vercel Serverless Functions (support 7.4-8.3)

Home Page:https://php.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why can't I use sqlite ?

MliKiowa opened this issue · comments

Question

I want to deploy typecho in vercel,but it is not working.
IMG_20220707_133102
But according to the documentation, sqlite3 is supported.Looking through typecho code ,the sqite3 extension should be supported . Why can't I use sqlite on vercel?

you most likely need to access the temp directory, but you shouldnt use SQLite as vercel will not carry over temporary files that are not included within your git repo. Use a regular database, best recommendation is planetscale.

ok,thanks

ok,thanks

Does typecho run well in vercel?

ok,thanks

Does typecho run well in vercel?

Other databases can be connected, but sqlite cannot