@@ -5,10 +5,10 @@ sqlite.lua 💫
55[ SQLite] /[ LuaJIT] binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [ SQLite] databases.
66[ sqlite.lua] present new possibilities for plugin development and while it's primarily created for [ neovim] , it support all luajit environments.
77
8- - [ Changelog] ( https://github.com/tami5 /sqlite.lua/blob/master/CHANGELOG.md )
9- - [ Docs] ( https://github.com/tami5 /sqlite.lua/blob/master/doc/sqlite.txt )
10- - [ Examples] ( https://github.com/tami5 /sqlite.lua/blob/master/lua/sqlite/examples )
11- - [ Powered By sqlite.lua] ( https://github.com/tami5 /sqlite.lua#-powered-by-sqlitelua )
8+ - [ Changelog] ( https://github.com/kkharji /sqlite.lua/blob/master/CHANGELOG.md )
9+ - [ Docs] ( https://github.com/kkharji /sqlite.lua/blob/master/doc/sqlite.txt )
10+ - [ Examples] ( https://github.com/kkharji /sqlite.lua/blob/master/lua/sqlite/examples )
11+ - [ Powered By sqlite.lua] ( https://github.com/kkharji /sqlite.lua#-powered-by-sqlitelua )
1212
1313<p align =" center " > <img src =" ./doc/preview.svg " > </p >
1414
@@ -29,7 +29,7 @@ sqlite.lua 💫
2929### [ Packer.nvim] ( https://github.com/wbthomason/packer.nvim ) (Neovim)
3030
3131``` lua
32- use { " tami5 /sqlite.lua" }
32+ use { " kkharji /sqlite.lua" }
3333```
3434
3535### [ luarocks] ( https://luarocks.org/ ) (LuaJIT)
@@ -67,14 +67,14 @@ programs.neovim.plugins = [
6767🔥 Powered by sqlite.lua
6868-----------------
6969
70- - https://github.com/tami5 /impatient.nvim
70+ - https://github.com/kkharji /impatient.nvim
7171- https://github.com/nvim-telescope/telescope-smart-history.nvim
7272- https://github.com/nvim-telescope/telescope-frecency.nvim
73- - https://github.com/tami5 /lispdocs.nvim
73+ - https://github.com/kkharji /lispdocs.nvim
7474- https://github.com/nvim-telescope/telescope-cheat.nvim
7575
7676[ Installation ] : #🚧_installation
7777[ SQLite ] : https://www.sqlite.org/index.html
7878[ LuaJIT ] : https://luajit.org
79- [ sqlite.lua ] : https://github.com/tami5 /sqlite.lua
79+ [ sqlite.lua ] : https://github.com/kkharji /sqlite.lua
8080[ neovim ] : https://github.com/neovim/neovim
0 commit comments