일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- 멀티터치
- D3cmb3r
- kali linux tool
- katoolin
- ThinkPHP
- 리눅스백도어
- kali tool
- http-waf-detect
- SpeakUp
- Vulnerability
- 데비안
- Metasploitable 3
- poc
- vagant
- 배포판
- 메타스플로잇
- wafw00f
- hrrp-waf-fingerprint
- Vagrant Reload Plugin
- Miori
- 모의침투
- sqlite3
- 메타스플로잇터블
- 증강현실
- web firewall
- exploittation
- 크롬 카나리아
- Exploit
- MITM
- 크롬
- Today
- Total
타이거팀 (번역 아티클)
The Definitive Guide to SQLite 본문
The Definitive Guide to SQLite
애플 아이팟터치, 아이폰, 안드로이드폰의 내장 데이터베이스인 SQLite 입니다.
이미 오픈소스로 유명세를 떨치고 있습니다.
제로보드 최신버전에서도 지원하고있습니다.
Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people, the solution resides in SQLite, an open source embeddable database with an amazingly small footprint (less than 250 kilobytes). SQLite packs a powerful array of features and can handle databases as large as 2 terabytes. It offers a flexible set of datatypes and the ability to perform transactions, and it is supported by languages like C, PHP, Perl, and Python. And because SQLite's databases are completely file based, privileges are granted at the operating system level, allowing for easy and fast user management.
The Definitive Guide to SQLite is the first book to devote complete coverage to the latest version of this powerful database. It offers you a thorough overview of SQLite capabilities and APIs, while remaining cognizant of newcomers who may be making their first foray into a database environment with SQLite. This book serves as both a first-time tutorial and future reference guide.
* You'll learn about SQLite extensions available for C, Java, Perl, PHP, Python, Ruby, and Tcl.
* The book thoroughly covers SQLite internals to help you take full advantage of its features while minimally impacting resource consumption.
* Author Mike Owens is the original creator of Pysqlite, the popular Python extension for SQLite.
http://rapidshare.com/files/1262629/Apress.The.Definitive.Guide.to.SQLite.May.2006.rar
'잡동사니' 카테고리의 다른 글
2023년 울산 미세먼지 데이터 응답하는 AI 봇 (0) | 2023.07.24 |
---|