devgianlu
commented
Dec 23, 2020
Read more
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
It would be nice if the list of tables in the dropdown at /console/events/data/add
was alphabetised. Here's what the current experience looks like:
Dashboard:
Docs:
Very hard to figure out.
As a user who users angulartics, I want to be able to send events to PostHog.
Have a look at the current mixpanel implementation on angulartics2. We should be able to adapt that pretty easily to use PostHog instead.
I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:
#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
pub a1: i16,
pub a2: String,
pub a3: Option<String>,
pub a4: Option<serde_json::Value>,
pub a5: serde_json::Value,
pub a6: Option<String>,
pub a7: Option<serde_json::Value>,
pub a8: Option<f32>,
pub a9:
Created by Michael Stonebraker
Released July 8, 1996