Hello, I need to create sqlite dabase on infinity free server. How do i create it?
In the same way you would create an SQLite database anywhere else. You can prepare the SQLite database on your own computer with the sqlite3
program or another tool of your choice, or you may be able to generate it through PHP.
3 Likes
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.