bookmark.nvim VS sqlite.lua

Compare bookmark.nvim vs sqlite.lua and see what are their differences.

bookmark.nvim

Bookmark and jump between lines in the current file (by ChristianChiarulli)

sqlite.lua

SQLite LuaJIT binding with a very simple api. (by kkharji)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bookmark.nvim sqlite.lua
1 6
31 448
- -
7.0 3.5
10 months ago 27 days ago
Lua Lua
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bookmark.nvim

Posts with mentions or reviews of bookmark.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.
  • annotate.nvim: Set and restore notes tied to lines of code
    5 projects | /r/neovim | 7 Jun 2023
    I'd like to share my first real attempt at a Neovim plugin and hopefully get feedback and help on how whether this is something others would be interested in and how to improve it. annotate.nvim is a plugin that allows you set/edit brief notes that are tied to lines in your code. It uses Neovim's extended marks for tracking the location of your notes and kkharji's sqlite.lua plugin to allow you to restore the annotations when you restart Neovim. I'd been experimenting with using scratch buffers to hold notes while working to avoid my habit of cluttering code with comments, but this felt limited. When I saw this plugin I wanted to see if I could combine the ideas to get something more on-demand.

sqlite.lua

Posts with mentions or reviews of sqlite.lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.

What are some alternatives?

When comparing bookmark.nvim and sqlite.lua you can also consider the following projects:

bookmarks.nvim - Remember file locations and sort by time and frequency and support telescope.

nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration

annotate.nvim

lispdocs.nvim - https://clojuredocs.org examples and notes, instantly under your finger tips

telescope-frecency.nvim - A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.

code_runner.nvim - Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow

telescope-cheat.nvim - WIP integration

telescope-smart-history.nvim - A history implementation that memorizes prompt input for a specific context

nvim-highlite - A colorscheme generator that is "lite" on logic for the developer.

Penlight - A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.

sqlite.lua - SQLite LuaJIT binding with a very simple api.

libbuf.nvim - Low-level buffer helper library for neovim.