No features have been listed yet.
No Postgres.js videos yet. You could help us improve this page by suggesting one.
Based on our record, Postgres.js should be more popular than Yew. It has been mentiond 20 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon: https://github.com/neondatabase/neon/issues/4989. Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database. To the PMs of Neon, put yourself in the shoes of a new... - Source: Hacker News / about 1 year ago
I'd push you to consider using postgres, slonik or similar for database queries. With these libraries, you just write SQL, but they perform input sanitization for you. So you can safely write:. Source: over 1 year ago
There's also https://kysely.dev/ but personally I handwrite my queries with https://github.com/porsager/postgres for flexibility and performance most orms use node-pg lib which has shit performance. - Source: Hacker News / over 1 year ago
When viewed as a DSL for set theory, views, CTEs, set-returning functions, et al are indeed proper first-class query abstractions. When viewed through the lens of general purpose imperative or functional programming languages, it's easy to see how it can be seen as falling short. I'll admit much of the tooling and driver APIs leave a lot to be desired. Some tools do make good efforts though such as nested... - Source: Hacker News / over 1 year ago
Demonstrate how easily and accidentally one can make an SQL injection with these: https://github.com/porsager/postgres. - Source: Hacker News / almost 2 years ago
Rust? It's built clean from the ground up. The crates.io registry is full of modern, safe, composable libraries. You've got Axum, Rocket and Actix for backends, Leptos, Dioxus, and Yew for frontend, and more. Every library you use follows the same philosophy: safety, performance, and zero tolerance for ambiguity. - Source: dev.to / 26 days ago
> To my knowledge there is not a Vue/React-WASM-type framework out there yet or any framework for building web apps in WASM (without starting from a blank canvas). Not sure if these qualify, but these Rust web frameworks use wasm: https://dioxuslabs.com/ https://yew.rs/. - Source: Hacker News / about 1 month ago
Leptos, Yew and Dioxus are modern frameworks for building front-end web apps in Rust. These all compile to Wasm. - Source: dev.to / 2 months ago
This has already been done; there are multiple languages/frameworks that compile directly to WASM with no JS such as https://yew.rs/. - Source: Hacker News / 5 months ago
> You still need to access the DOM, which can't be done directly from WASM. Maybe someday it will happen? You can access the DOM through JavaScript glue. These Rust WASM frameworks do that: - Leptos: https://www.leptos.dev/ - Sycamore: https://sycamore.dev/ - Yew: https://yew.rs/ - Dioxus: https://dioxuslabs.com/ - https://github.com/BAndysc/AvaloniaVisualBasic6 -... - Source: Hacker News / 6 months ago
SQLPage - Build SQL-only websites - Build full web applications using just SQL queries
Dioxus - An elegant GUI library for Rust, inspired by React. Supports Web, Desktop, SSR, Liveview, and Mobile.
Gio UI - Gio is an open source library for creating portable, immediate mode GUI programs for Android, iOS, Linux, Windows, macOS.
Sycamore - A reactive library for creating web apps in Rust and WebAssembly
JDBI - See this.
React - A JavaScript library for building user interfaces