@@ -5,10 +5,10 @@ sqlite.lua 💫
5
5
[ SQLite] /[ LuaJIT] binding and a highly opinionated wrapper for storing, retrieving, caching, and persisting [ SQLite] databases.
6
6
[ sqlite.lua] present new possibilities for plugin development and while it's primarily created for [ neovim] , it support all luajit environments.
7
7
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 )
12
12
13
13
<p align =" center " > <img src =" ./doc/preview.svg " > </p >
14
14
@@ -29,7 +29,7 @@ sqlite.lua 💫
29
29
### [ Packer.nvim] ( https://github.com/wbthomason/packer.nvim ) (Neovim)
30
30
31
31
``` lua
32
- use { " tami5 /sqlite.lua" }
32
+ use { " kkharji /sqlite.lua" }
33
33
```
34
34
35
35
### [ luarocks] ( https://luarocks.org/ ) (LuaJIT)
@@ -67,14 +67,14 @@ programs.neovim.plugins = [
67
67
🔥 Powered by sqlite.lua
68
68
-----------------
69
69
70
- - https://github.com/tami5 /impatient.nvim
70
+ - https://github.com/kkharji /impatient.nvim
71
71
- https://github.com/nvim-telescope/telescope-smart-history.nvim
72
72
- https://github.com/nvim-telescope/telescope-frecency.nvim
73
- - https://github.com/tami5 /lispdocs.nvim
73
+ - https://github.com/kkharji /lispdocs.nvim
74
74
- https://github.com/nvim-telescope/telescope-cheat.nvim
75
75
76
76
[ Installation ] : #🚧_installation
77
77
[ SQLite ] : https://www.sqlite.org/index.html
78
78
[ LuaJIT ] : https://luajit.org
79
- [ sqlite.lua ] : https://github.com/tami5 /sqlite.lua
79
+ [ sqlite.lua ] : https://github.com/kkharji /sqlite.lua
80
80
[ neovim ] : https://github.com/neovim/neovim
0 commit comments