본문 바로가기

반응형

sqlite

SQLite-html : HTML을 쿼리,조작,생성하는 확장 (github.com/asg017) SQLite-html : HTML을 쿼리,조작,생성하는 확장을 소개합니다. 깃허브에서는 아래와 같이 소개하고 있군요.. A SQLite extension for querying, manipulating, and creating HTML elements. 한마디로, SQLite-html는 HTML을 쿼리,조작,생성하는 extension 이라고 머리속에 넣어두시면 될것 같네요.. 설치는 아래와 같이하시면 될것 같고요.. Installing The Releases page contains pre-built binaries for Linux amd64, MacOS amd64 (no arm), and Windows. As a loadable extension If you want to use sqlite-html.. 더보기
LiteFS - SQLite DB를 클러스터에 복제하는 FUSE기반 파일 시스템 (github.com/superfly) LiteFS - SQLite DB를 클러스터에 복제하는 FUSE기반 파일 시스템을 소개합니다. 깃허브에서는 LiteFS 을 아래와 같이 소개하고 있네요.. LiteFS is a FUSE-based file system for replicating SQLite databases across a cluster of machines. 한마디로 LiteFS 을 정의하자면, SQLite DB를 클러스터에 복제하는 FUSE기반 파일 시스템이라고 머릿속에 넣어두시면 될것 같네요... 사용방법은 아래와 같고요... Usage Install dependencies LiteFS currently only runs on Linux and it requires the FUSE 3 library which is availabl.. 더보기
SQLite 3.39.0 릴리즈를 소개합니다. SQLite 3.39.0 릴리즈를 소개합니다. 참고로 SQLite 에 대해서 알아보면...웹페이지에서는 아래와 같이 설명하고 있습니다. What Is SQLite? SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that peo.. 더보기
WarcDB - Web crawl data as SQLite DB를 소개합니다. WarcDB - Web crawl data as SQLite DB (github.com/Florents-Tselai) 를 소개합니다. README 에서는 아래와 같이 소개하고 있네요.. WarcDB is a an SQLite-based file format that makes web crawl data easier to share and query. 한마디로 아래와 같이 정리할 수 있는데요.. WarcDB는 웹 크롤링 데이터를 더 쉽게 공유하고 쿼리할 수 있도록 해주는 SQLite 기반 파일 형식입니다. 주요특징은 아래와 같습니다. 웹 크롤링한 데이터를 SQL로 쿼리하기 쉽게 만든 SQLite DB 기반 파일 포맷 wget 및 WebRecorder 등에서 사용하는 표준 Web ARChive (.warc).. 더보기

반응형