# sqlite32

## Description:

향상된 내장 SQL 데이터베이스 엔진 C 라이브러리

SQLite 는 향상된 내장 SQL 데이터베이스 엔진 C 라이브러리 이다. SQL92의 대용량 subset을 지원하며, 하나의 디스크 파일에 전체 데이터베이스가 저장 이 된다. API는 편리하고 사용의 용이성을 위하도록 설계가 되었다. 라이브러리에 링크된 프로그램들은 실행을 해야 하는 RDBMS 가 없더라도, SQL 데이터베이스를 이용 가능하게 한다. 버전2와 버전3의 바이너리는 하나의 호스트에 각각 설치를 할 수 있도록 이름이 구분되어 있다.

## Features:

1. sqlite 3.2 호환 패키지로 sqlite 3.3 이전의 database format을 사용한 DB file을 control 하기 위하여 지원

## Reference:

* <http://www.sqlite.org/>

## Dependencies:

* None

## Sub Packages:

* **sqlite32-devel** - sqlite 를 이용한 개발시 필요한 헤더파일과 라이브러리들
* **sqlite32-doc** - sqlite3 document

## Related Packages:

* None


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-sqlite32.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
