Projects with this topic
-
-
Páginas Web da documentação do PostgreSQL 18.1 traduzida para o Português do Brasil
Updated -
-
Documentation for PostgresAI products and services.
Updated -
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, ...
Updated -
A collaborative database. https://peerdb.org
Updated -
Reliable PostgreSQL Backup & Restore
Updated -
The server back-end for the REKO Rings network.
Updated -
ULFS Packages service database
Updated -
telkominfra/uam adalah Laravel Package komprehensif untuk User Access Management (UAM) dengan Role-Based Access Control (RBAC) dan User Access Request (UAR) workflow. Dirancang khusus untuk kebutuhan Telkominfra, package ini mendukung:
Manajemen role & permission per aplikasi (RBAC) Workflow User Access Request dengan approval multi-level Integrasi struktur organisasi (Direktorat, Unit, Employee) Period-based access (akses berbasis tanggal) Audit trail & soft delete untuk integritas data Multi-application support (isolasi RBAC per aplikasi) Dokumentasi lengkap & 300+ passing testsTech stack: Laravel 7.2+, PHP 5.6+, MySQL/MariaDB, PHPUnit, PHPStan.
UpdatedUpdated -
Atomic Claim Engine database prototype in Go
Updated -
Helm Charts for Postgresql Clusters with CNPG
Updated -
Atlas is a modern schema management tool designed to simplify and automate database schema migrations with a declarative, schema-as-code approach.
Updated -
Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.
Updated -
MCP server for PostgreSQL. Single binary, no runtime dependencies.
Updated -
SQLite schema, migrations, and utility functions for managing video content databases. Full-text search included.
Updated -
This project aims to receive data published by a broker, aggregate application consumption, and write it to a database.
Updated -
Shared Go building blocks for psyb0t services: error sentinels, cache, DB, queues, rate limiting, a legacy Loki slog sink (superseded by github.com/psyb0t/slogging), Temporal, and LLM utilities.
Updated -
A Swing-based Java client–server chat application using socket programming and multithreading to support multiple users. Implemented DES encryption for secure communication and used a custom XML parser for structured data exchange. Used JDBC for storing messages in the database and implemented server-side storage for shared files and images.
Updated -
This practice is aimed at learning to use the indexedDB mecanic (JavaScript).
We learn the core mechanics such as : open(), .onupgradeneeded, .onsuccess, .onerror, .onblocked and the full connection lifecycle. We also learn about transactions (readonly/readwrite), object stores, requests and the request/response pattern that runs everything. Moreover, we discover keyPath and autoIncrement, and why keys should never be reused. Finally, we dive into Indexes, and unique constraints.
Full CRUD: Create (add), Read (get/getAll), Delete (delete) - all wired to real HTML, with closures correctly capturing per-row data for delete buttons.
Updated