Saleor
Adminer
Saleor | Adminer | |
---|---|---|
88 | 58 | |
21,740 | 6,896 | |
0.6% | 1.2% | |
9.8 | 9.9 | |
7 days ago | 20 days ago | |
Python | PHP | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Saleor
-
Saleor Core Hacking: Setting Up Your Development Environment
git clone https://github.com/saleor/saleor.git
-
UUID migration in Django with PostgreSQL
You can also check our https://github.com/saleor/saleor repository for real-life examples. We performed such operations on Order, OrderLine, and CheckoutLine models.
-
DynamoDB access modeling for multi-tenant services
Recently at Saleor we encountered the challenge of implementing multi-tenancy in Saleor apps. In this blog post, I'll share my experience with access modelling when using DynamoDB for multi-tenant services.
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
Saleor Core: the high performance, composable, headless commerce API
https://github.com/saleor/saleor
- Headless E-Commerce Platform
-
Saleor storefront templates
Our community is most active on GitHub - for more questions, you can open discussions: https://github.com/saleor/saleor/discussions
-
Cors issues on docker API
Hi, could you please open a GitHub discussion or issue? Someone from our core team will need to take a look at it. https://github.com/saleor/saleor/discussions
-
Saleor 3.12: AVIF, product bulk update improvements, and more
Read more in the changelog: https://github.com/saleor/saleor/releases/tag/3.12.0
- I'm trying to build an ecommerse website that has a small blog, user account login and account recovery , a system that will act essentially like Airbnb but it let's the users rent various rooms in different buildings.
-
Saleor 3.11: dry-run mode, powerful filtering API, improved product variants bulk update API
Read more in the changelog.
Adminer
-
Database management in a single PHP file
To be fair it's the actual releases that are in a single file.
Development evidently happens in the traditional sense with the project in a nicely defined tree.
The build process looks pretty gnarly, but it works! https://github.com/vrana/adminer/blob/master/compile.php
-
Fix 105 Common WordPress Issues Using Simple Code Snippets
Upload Adminer to your hosting (download it from Adminer’s website).
-
Show HN: Outerbase Studio – Open-Source Database GUI
> browser based
For whatever reason, this is the main limiting factor, because local software can be really good, for example:
DBeaver - pretty nice and lightweight local tool for a plethora of databases https://dbeaver.io/
DataGrip - commercial product, but you'll feel right at home if you use other JetBrains products https://www.jetbrains.com/datagrip/
DbVisualizer - really cool tool that helps you explore messy schemas https://www.dbvis.com/
HeidiSQL - haven't really used this myself but the version graph on the page is cool https://www.heidisql.com/
There's also some solutions that are specific to certain databases, like:
pgAdmin - for PostgreSQL https://www.pgadmin.org/
MySQL Workbench - for MySQL/MariaDB, sometimes a bit buggy but I really like the reverse engineering and forward engineering functionality https://www.mysql.com/products/workbench/
(out of respect for my own sanity, not mentioning SQL Developer, even though it sort of works)
Adminer - one of the somewhat rare web based solutions for the likes of MySQL/MariaDB, actually pleasant to use as long as you use it securely, this I think is a good example of web based DB tools https://www.adminer.org/
-
Shopware dev productivity and plugin validation
Use adminer (or the SQL CLI) to verify tables and database entries. In a dockware default development setup: http://localhost//adminer.php (Server: 127.0.0.1, not localhost; database: shopware; initial login: root:root).
- Adminer: Database management in a single PHP file
- DBeaver – open-source Database client
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
Heh, what a name for a DB explorer ("Adminer - Database management in a single PHP file"; Apache 2 or GPLv2 https://github.com/vrana/adminer/blob/v4.8.1/readme.txt#L7 )
- SQLite-Web: Web-based SQLite database browser written in Python
-
Microsoft sqlsrv.so Extension for MS SQL - need ODBC ?
Web Station test using PHP and Adminer via the 'ancient' unsupported pdo_dblib confirmed SQL Server is working, however I need to write code using the sqlsrv extension.
-
mySQL Backup Script without mysqldump
Or, more PHP now, do you have phpmyadmin or can run adminer - single file?
What are some alternatives?
django-oscar - Domain-driven e-commerce for Django
phpPgAdmin - the premier web-based administration tool for postgresql
Shuup - E-Commerce Platform
phpMyAdmin - A web interface for MySQL and MariaDB
WooCommerce - A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
october - Self-hosted CMS platform based on the Laravel PHP Framework.