does couchbase lite loas all of the local database into memory like couchbase server does? Where can I find more documentation regarding this topic?
No. The data is stored in a SQLite database; you can read about the schema here. And attachment bodies are stored as individual files, outside the database.