- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 97字
- 2021-08-13 18:22:52
Chapter 3. Getting Started with CouchDB and Futon
In the previous chapter, we set up our development environment, and I'm sure that you are chomping at the bit to find out what CouchDB can do for us. On that note, we're going to spend this entire chapter digging into CouchDB.
Specifically, we will:
- Dive into what CouchDB means and learn how it looks in the databases and documents
- Learn how we'll interact with CouchDB through its RESTful JSON API
- Use CouchDB's built in administrative console: Futon
- Learn how to add security to your CouchDB databases