4 पॉइंट द्वारा xguru 2021-04-05 | 2 टिप्पणियां | WhatsApp पर शेयर करें
  • SQLite में कमी रहने वाले कई functions जोड़ने वाली dynamic library

→ Windows (DLL), Linux (SO), Mac (dylib)

  • re (regex) : REGEXP, regexp_like, regexp_substr, regexp_replace

  • stats (statistics) : median, stddev, stddev_pop, variance, percentile

  • vsv (CSV को virtual table के रूप में लोड करना) : create virtual table temp.vsv using vsv(...); select * from vsv;

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

2 टिप्पणियां

 
xguru 2021-04-09

पहले इसका नाम SQLite Plus था, लेकिन अब बदलकर SQLean कर दिया गया है। और ऊपर बताई गई चीज़ों के अलावा दो अतिरिक्त चीज़ें भी जोड़ी गई हैं

  • json1 : आम तौर पर इसे SQLite में जोड़कर build किया जाता है, लेकिन अगर यह मौजूद न हो तो इसे extension के रूप में इस्तेमाल करने लायक उपलब्ध कराया गया है

  • math : 3.35 में मौजूद math को उससे पहले के versions में इस्तेमाल करने के लिए extension के रूप में जोड़ा गया है

 
xguru 2021-04-05

SQLite 3.35 की नई सुविधाएँ https://hi.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 code generator https://hi.news.hada.io/topic?id=2998

SQLite को document DB के रूप में इस्तेमाल करना https://hi.news.hada.io/topic?id=3271

simple-graph : SQLite को Graph DB के रूप में इस्तेमाल करना https://hi.news.hada.io/topic?id=3477