sql-file

Utility package for managing embedded hsqldb databases (by mschaef)

Sql-file Alternatives

Similar projects and alternatives to sql-file

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

sql-file reviews and mentions

Posts with mentions or reviews of sql-file. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-14.
  • Screw DSLs. Write migrations using plain SQL
    6 projects | news.ycombinator.com | 14 Dec 2021
    Several years ago, I wrote something similar for Clojure, as part of a way to make it super simple to put a SQL database behind a Clojure all. Essential goal was for close to single jar file deployment.

    https://github.com/mschaef/sql-file

    Doesn’t get a lot of use aside from a few small things I use it for, but has been nice to have around.

    (This was before I knew of Flyway…. These days I might just link to that for the migration part.)

  • Ask HN: Do you Self-host your database?
    4 projects | news.ycombinator.com | 29 Jun 2021
    For personal stuff, I tend to keep it about as simple as possible with an HSQLDB instance hosted in-process. (All JVM/Clojure)

    I use a small library that encapsulates the use-case (including some schema migration stuff that should probably be replaced with flyway).

    https://github.com/mschaef/sql-file

    There's a lot that can be said about this approach, both for and against, but I find that it brings a lot of power, is easy to set up, and generally stays out of the way. Given that the fundamental abstraction presented to user code is essentially SQL with connection pooling, there are also good escape strategies to get to architectures that would support however much capacity I'm ever likely to need.

Stats

Basic sql-file repo stats
2
1
7.0
4 months ago

mschaef/sql-file is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of sql-file is Clojure.


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