Tech News

제목SQLite Plus - 정규식/통계/유니코드/가상테이블 함수 추가2021-04-07 01:17
작성자 Level 10

GitHub - nalgeon/sqlean: All the missing SQLite functions 


- SQLite 에 부족한 여러 함수들을 추가해주는 동적 라이브러리

ㅤ→ 윈도우(DLL),리눅스(SO),맥(dylib)

- re (정규식) : REGEXP, regexp_like, regexp_substr, regexp_replace

- stats (통계) : median, stddev, stddev_pop, variance, percentile

- vsv (CSV를 가상 테이블로 로딩) : create virtual table temp.vsv using vsv(...); select * from vsv;

- unicode : upper(), lower(), title(), fold(), unaccent()..


SQLite 3.35 의 새 기능 https://news.hada.io/topic?id=3883

- Math 함수 : cos,sin,tan,log,ln,exp,floor,mod,pi,pow,power,radians,sqrt등


CG/SQL - SQLite용 Stored Procedure 코드 생성기 https://news.hada.io/topic?id=2998

SQLite를 도큐먼트DB로 사용하기 https://news.hada.io/topic?id=3271

simple-graph : SQLite를 Graph DB로 사용하기 https://news.hada.io/topic?id=3477

G
M
T
Text-to-speech function is limited to 200 characters
댓글
자동등록방지
(자동등록방지 숫자를 입력해 주세요)