Skip to content

Safe Interface #3

Open
Open
@thehydroimpulse

Description

@thehydroimpulse

A few ideas I've had:

  • Remove the need to export extern functions using an attribute.
  • Super easy to work with data types like PgText, int16, etc... that can convert easily to a datum.
#[pg_export]
pub fn foobar(args: PgArgs) -> PgDatum {
    // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions