HTML Database

Open-source HTML projects categorized as Database

Top 15 HTML Database Projects

  • schemaspy

    Database documentation built easy

  • Project mention: Show HN: Open source database diagram editor | news.ycombinator.com | 2024-04-06
  • WikiSQL

    A large annotated semantic parsing corpus for developing natural language interfaces.

  • Project mention: List of code generation datasets (open source) | /r/datasets | 2023-05-30

    WikiSQL

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Permazen

    Language-Natural Persistence Layer for Java

  • Project mention: ORMs are nice but they are the wrong abstraction | news.ycombinator.com | 2024-02-01

    The most interesting/fresh approach I've seen to this problem is Permazen.

    https://github.com/permazen/permazen/

    It starts by asking what the most natural way is to integrate persistence with a programming language (Java in this case, but the concepts are generic), and then goes ahead and implements the features of an RDBMS as an in-process library that can be given different storage backends as long as they implement a sorted K/V store. So it can sit on top of a simple in-process file based K/V store, RocksDB, FoundationDB, or any SQL database like PostgreSQL, SQLite, Spanner, etc (it just uses the RDBMS to store sorted key/value pairs in that case).

    Essentially it's a way to map object graphs to key/value pairs but with the usual features you'd want like indexing, validation, transactions, and so on. The design is really nice and can scale from tiny tasks you'd normally use JSON or object serialization for, all the way up to large distributed clusters.

    Because the native object model is mapped directly to storage there's no object/relational mismatch.

  • introduction-to-sql

    Free Introduction to SQL eBook

  • worldcup

    A Comprehensive Database on the FIFA World Cup (Men's and Women's)

  • pg_gather

    Scan PostgreSQL Instance for potential problems. pg_gather is a SQL-only script leveraging the built-in features of psql.

  • Project mention: Pg_gather: A SQL-only script to scan PostgreSQL for potential problems | news.ycombinator.com | 2024-01-10
  • lgdbdumps

    Library Genesis (libgen) db dumps mirror on ipfs

  • 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.

    InfluxDB logo
  • pravasan

    Simple Migration Tool - written in Go

  • QueryStream

    Build JPA Criteria queries using a Stream-like API

  • rednafi.com

    Musings & rants on software

  • Project mention: Show HN: Odin – the integration of LLMs with Obsidian note taking | news.ycombinator.com | 2023-09-21
  • harperdb-movie-generator

    A simple movie generator app built with React and useHarperDB.

  • rxaerospike

    RxJava2 wrapper for aerospike-client-java

  • dbcloner-app

    A database cloning tool for the desktop

  • hta-db-schema

    Document DB Schema for Oracle/MySQL (using hta script)

  • Contribution-Site

    A website built fully by github open source developers from scratch

  • Project mention: This repository was created with the intention of bringing together a community of developers to build something great together. | /r/programmer | 2023-04-28
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-06.

HTML Database related posts

Index

What are some of the best open-source Database projects in HTML? This list will help you:

Project Stars
1 schemaspy 2,995
2 WikiSQL 1,551
3 Permazen 396
4 introduction-to-sql 283
5 worldcup 168
6 pg_gather 106
7 lgdbdumps 33
8 pravasan 28
9 QueryStream 15
10 rednafi.com 9
11 harperdb-movie-generator 7
12 rxaerospike 7
13 dbcloner-app 5
14 hta-db-schema 5
15 Contribution-Site 2
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com