Posts tagged #postgres
11 posts
-
2026-03-01
-
2026-03-01
-
2026-03-01
-
2023-05-22
Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform.
Next generation of automated data exploratory analysis and visualization platform. - Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform.
-
2022-12-18
Radical Simplicity in Technology | Join the movement
For me, a very provocative set of arguments. Novel insights on how to remove complexity. Or recognizing that you may not need that additional service or technology. The author: “Radical Simplicity is a startup development method to make development faster and more fun that plays well with lean startups”
-
2022-09-10
GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application
Adds additional postgres functionality to an ActiveRecord / Rails application - GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application
-
2021-10-14
Import CSV File Into PosgreSQL Table
In this tutorial, we will show various ways to import a CSV file into a PosgreSQL table.
-
2021-05-29
nocodb/nocodb
🔥 🔥 The Open Source Airtable alternative. Contribute to nocodb/nocodb development by creating an account on GitHub.
-
2021-04-06
tgriesser/bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js - bookshelf/bookshelf
-
2021-04-06
Indexes on Rails: How to make the most of your Postgres database - Karol Galanciak - Ruby on Rails and Ember.js consultant
Excellent advanced info on crating dB indexes, looking at query plans to understand performance.
-
2021-04-06
textacular/textacular: Textacular exposes full text search capabilities from PostgreSQL, and allows you to declare full text indexes. Textacularwill extend ActiveRecord with named_scope methods making searching easy and fun!
This really works! I've been experimenting with full text search in postgres with Heroku and there's a fair amount of documentation around.