PocketBase is a Go backend (framework and app) that includes:
And all of this compiles in a single portable executable.
No PocketBase.io videos yet. You could help us improve this page by suggesting one.
Based on our record, PocketBase.io should be more popular than Hibernate. It has been mentiond 94 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.
If you're a solo developer or part of a small team, let me introduce you to one of the best-kept secrets in backend development: PocketBase. - Source: dev.to / 4 days ago
I have a bit of an obsession with finding the fastest way to launch apps. My goal is to be able to create fully functional MVP's and proofs of concept in less than a day. That means being able to spin up a backend and then implement a frontend as efficiently as possible. For the backend, PocketBase has been my favorite lately. On the frontend I am still trying to find a winner. I like Quasar (VueJS + Capacitor)... - Source: dev.to / 9 days ago
Are you aware of pocketbase? https://pocketbase.io/ I think it could work for your usecase, even though its generally focused on being a backend. I have had a very nice experience. - Source: Hacker News / 2 months ago
For quick prototyping I really like https://pocketbase.io/ I am actually using this for a production site that gets 1 million requests per day. - Source: Hacker News / 2 months ago
Pocketbase is a lightweight, open-source backend solution that combines a real-time database with file storage and authentication services. Its key benefits include simplicity and portability, as it can be run locally or in the cloud without much overhead. Designed to be user-friendly for both small projects and rapid prototyping, Pocketbase makes it easy for developers to quickly deploy applications with built-in... - Source: dev.to / 7 months ago
Object-Relational Mapping frameworks like Hibernate (Java), SQLAlchemy (Python), and Sequelize (Node.js) typically use parameterized queries by default and abstract direct SQL interaction. These frameworks help eliminate common developer errors that might otherwise introduce vulnerabilities. - Source: dev.to / 2 months ago
Overview: Hibernate is a Java ORM (Object Relational Mapping) framework that simplifies database operations by mapping Java objects to database tables. It allows developers to focus on business logic without worrying about SQL queries, making database interactions seamless and more maintainable. - Source: dev.to / 6 months ago
Hibernate is the umbrella for a collection of libraries, most notably Hibernate ORM which provides Object/Relational Mapping for java domain objects. In addition to its own "native" API, Hibernate ORM is also an implementation of the Java Persistence API (jpa) specification. - Source: dev.to / over 2 years ago
I'm using Spring Data JPA as a persistence framework. Therefore, those classes are Hibernate entities. - Source: dev.to / over 2 years ago
To prevent SQL Injection attacks to sanitize input data. You can either validate every single input or validate using parameter binding. Parameter binding is mostly used by developers as it offers efficiency and security. If you are using a popular ORM such as sequelize, hibernate, etc then they already provide the functions to validate and sanitize your data. If you are using database modules other than ORM such... - Source: dev.to / almost 3 years ago
Supabase - An open source Firebase alternative
Spring Framework - The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
Grails - An Open Source, full stack, web application framework for the JVM
AppWrite - Appwrite provides web and mobile developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.
Sequelize - Provides access to a MySQL database by mapping database entries to objects and vice-versa.