[[What I ]]
[What is SQLite]
- SQLite has the following noticeable features: self-contained, serverless, zero-configuration, transactional.
-- SQLite에는 독립형, 서버리스, 구성 없음, 트랜잭션이라는 눈에 띄는 기능이 있습니다.
SQLite database is integrated with the application that accesses the database. The applications interact with the SQLite database read and write directly from the database files stored on disk.
SQLite 데이터베이스는 데이터베이스에 액세스하는 애플리케이션과 통합됩니다. 응용 프로그램은 SQLite 데이터베이스와 상호 작용하여 디스크에 저장된 데이터베이스 파일에서 직접 읽고 씁니다.