Bookmarks with tag "db", page 4 of 8
A lightweight, framework-agnostic database migration tool.
This article will introduce you to Postgres, explain the alternatives, and walk you through an example use case of pub/sub and its solution.
In this tutorial, you will learn how to use the PostgreSQL CREATE PROCEDURE statement to create new stored procedures.
Open Source backend in 1 file with realtime database, authentication, file storage and admin dashboard
Although the GraphQL spec does not allow for recursive query definitions, we are able to extrapolate the subfield definitions into fragments and compose a recursive fragment definition that we can easily use in our Graph query definition. This article walks you through defining your recursive fragment and how to implement the fragment inside your query.
An entity-attribute-value model is a data model optimized for the space-efficient storage of sparse- or ad-hoc-property or data values
A series covering everything needed to install and start using PostgreSQL with Go's standard libraries, followed by a tour of some popular Golang ORMs.
Execute SQL now and get the results later.
Rebased Team writing about tech we use. Languages, frameworks, libraries, tools. Certified for 0% fluff. PostGIS is a fantastic, battle-tested suite of GIS extensions for Postgres. It handles most aspects of it, and is widely used, for example in OpenStreetMap’s Mapnik. But for your project, it’s most likely overkill. In a Q and A fashion, let’s discuss reasons for (not) using it.
With Postgres, you don't need to immediately look farther than your own database management system for a full-text search solution. If you haven't yet given Postgres' built-in full-text search a try, read on for a simple intro.
A free, simple tool to draw database (ER) diagrams by writing code.