telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi ada91ca486
feat!: remove code for SQLite (#172)
* feat!: remove code for SQLite

ref [Introduce revised telescope-frecency.nvim : neovim](https://www.reddit.com/r/neovim/comments/174m8zu/introduce_revised_telescopefrecencynvim/)

I have deprecated SQLite features 4 months ago. It is the time to remove
code for them.

* test: fix test to load telescope validly

* test: remove sqlite.lua from CI settings

* test: test database as native

* fix: add lacked type from old database/sqlite.lua

* docs: remove description for SQLite3 logic

* chore: fix types

* chore: add types for Database:raw_table
2024-01-30 18:26:07 +09:00
..
tests feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
database.lua feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
entry_maker.lua feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
file_lock.lua fix: get file lock forcibly (#153) 2023-12-03 12:55:37 +09:00
finder.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
frecency.lua feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
fs.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
init.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
os_util.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
picker.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
recency.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
state.lua fix: reflow results to show valid ones (#123) 2023-08-12 15:30:25 +09:00
types.lua feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
wait.lua feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00
watcher.lua feat!: remove code for SQLite (#172) 2024-01-30 18:26:07 +09:00
web_devicons.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00