rusqlite-model

Model trait and derive implementation for rusqlite (by OJFord)

Rusqlite-model Alternatives

Similar projects and alternatives to rusqlite-model

  1. slonik

    74 rusqlite-model VS slonik

    A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Hangfire

    An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required

  4. pure-orm

    A pure ORM for writing native SQL queries yielding pure business objects

  5. mammoth

    4 rusqlite-model VS mammoth

    A type-safe Postgres query builder for TypeScript. (by Ff00ff)

  6. diesel

    A safe, extensible ORM and Query Builder for Rust

  7. pgdbf

    Convert XBase / FoxPro databases to PostgreSQL

  8. Norm

    The SQL generation library you already know how to use. (by justinvanwinkle)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. sqlite-readers-writers

    An SQLite benchmark for concurrent readers and writers

  11. rpcn

    Matchmaking server for RPCS3

  12. tokio-rusqlite

    Asynchronous handle for rusqlite library.

  13. rbatis

    Compile Time Async Dynamic SQL ORM

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rusqlite-model alternative or higher similarity.

rusqlite-model discussion

Log in or Post with

rusqlite-model reviews and mentions

Posts with mentions or reviews of rusqlite-model. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-10.
  • Show HN: Write universally accessible SQL, not library-specific ORM wrapper APIs
    7 projects | news.ycombinator.com | 10 Aug 2021
    I'm quite anti-ORM, though I've never not used one professionally (just because it's already been there / not my decision), so that might be different if I did for a while. I do think something's necessary though, and it maybe is a bit arbitrary where we draw the line for what's an 'ORM'?

    For example, I really enjoyed using rusqlite for a little side project/personal thing, but found apart from anything else just the repetition of `(?,?,?,?,?,?)` any time I wanted to insert something was annoying, for example. I started working a bit on [0] .. I don't know if I'd call it an ORM, just so I didn't have to do that, and could write `Model { ... }.insert(&conn)` instead. But still write plain SQL queries, I just want easy mapping between db table and language 'model' struct/class; column and field/attr.

    [0] - https://github.com/OJFord/rusqlite-model

Stats

Basic rusqlite-model repo stats
1
12
0.0
over 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com