Skip to content
☰
Features
Blog
Pricing
Teams Pro
Teams for Education
Careers
Log in
Sign up
▲
8
How do I use a database with the new php server?
Profile icon
bitbyte2013
I am wondering if there is any way to create and access a database from the php server.
You are viewing a single comment.
View All
▲
2
Profile icon
heyitsmarcus
@bitbyte2013
If you're not stuck on needing SQL commands, there are some free JSON services you can use such as
http://jsonstore.io
. It provides a free endpoint for storing JSON data. You can use it to get down what you need for a NoSQL database.
How do I use a database with the new php server?
I am wondering if there is any way to create and access a database from the php server.