jekyll-sqlite

A Jekyll plugin that lets you use SQLite database instead of data files as a data source. (by captn3m0)

Jekyll-sqlite Alternatives

Similar projects and alternatives to jekyll-sqlite

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better jekyll-sqlite alternative or higher similarity.

jekyll-sqlite reviews and mentions

Posts with mentions or reviews of jekyll-sqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-16.
  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    68 projects | news.ycombinator.com | 16 Aug 2023
    I’ve been working on a Jekyll SQLite plugin: https://github.com/captn3m0/jekyll-sqlite.

    Jekyll let’s you use CSV/YAML/JSON files as data source, but they’re unwieldy since the schema is fixed.

    The plugin is meant to let you reshape your data before you use it within Jekyll. You get complete flexibility of SQLite, to let you join tables, use indexes etc.

    What I can’t figure out is how to best do “dynamic” queries, say a query that needs to show the number of reviews on the restaurant page (restaurants is the table). Each of these page will need to run a dynamic query with the page.id variable.

    SQLite Injection isn’t a big issue, since this is all trusted input. But I’d like something better than just Templating queries using liquid.

    I’m doing some parameterized queries on the global level (see README). Need to find a nice way to do them locally.

    Maybe just putting them in metadata would be a good way?

Stats

Basic jekyll-sqlite repo stats
1
5
3.3
2 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com