Showing 59 open source projects for "crud sql"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    PHP-CRUD-API

    PHP-CRUD-API

    Single file PHP script that adds a REST API to a SQL database

    Single file PHP script that adds a REST API to a MySQL/MariaDB, PostgreSQL, SQL Server or SQLite database. Howto: Upload "api.php" to your webserver, configure it to connect to your database, have an instant full-featured REST API. This is the TreeQL reference implementation in PHP. This is a single file application! Upload "api.php" somewhere and enjoy! For local development you may run PHP's built-in web server. All configuration options are also available as environment variables. Write...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Magic Framework

    Magic Framework

    Generate a CRUD app wrapping your database in seconds

    Magic is a no-code/low-code CRUD generator that allows you to generate CRUD apps 100% automatically. In addition, it is a complete open-source cloud platform and IDE, allowing you to create your own virtualized cloud on top of your own server, and/or other cloud systems, editing your code from your phone if required. Magic is professionally maintained by Aista. Below is a screenshot of an app built in 5 minutes using our no-code CRUD generator. Magic works by reading meta data from your...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Prisma

    Prisma

    Next-generation ORM for Node.js and TypeScript

    ... with types tailored to your app. We designed the API to be intuitive for both SQL veterans and people brand new to databases. Auto-completion, linting, formatting and more help Prisma developers in VSCode stay confident without distractions. Prisma Client puts extra emphasis on extensive type safety for more productive development in TypeScript. Prisma is a server-side library that helps your app read and write data to the database in an intuitive and safe way.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    PostgREST

    PostgREST

    REST API for any Postgres database

    PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations. Using PostgREST is an alternative to manual CRUD programming. Custom API servers suffer problems. Writing business logic often duplicates, ignores or hobbles database structure. Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    AdminJS

    AdminJS

    AdminJS is an admin panel for apps written in node.js

    ..., AdminJS picks up all the validation rules, data types, and relationships. AdminJS has a simple interface for connecting multiple data sources like SQL/noSQL databases and multiple APIs. We already created adapters for the most popular services. With AdminJS, you can easily find any record inside your dataset. Everything thanks to the advanced filters panel which is able to narrow your search according to multiple criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kurier

    Kurier

    TypeScript framework to create JSON:API compliant APIs

    ... of basic CRUD actions by using Knex. This allows the framework to support any database engine compatible with Knex. Also includes support for filtering fields by using common SQL operators, sorting and pagination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Portofino

    Portofino

    Create a webapp from an existing database in 30 seconds - Java/Groovy

    Portofino is a free and open source web platform that helps developers create outstanding enterprise applications by addressing three specific needs: productivity, features and architecture. Among its features: content management, CRUD, database connectivity, calendars, charts, security and easy customization using Groovy.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    The Black Toolkit

    The Black Toolkit

    RAD Tool and IDE for PHP, JSP, ASP, C++ and Java Swing

    The interface supports drag and drop HTML components, javascript and scriptlet events, and generate a very fast code, with no additional softwares layers or libraries. You can put your libraries, like jQuery. The generated code works with all browsers. You can create and debug Applets or Java Swing applications easily with the Visual Editor of the tool. Build C++ applications.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9

    phpMariaEdit

    Continuation of phpMyEdit

    phpMyEdit development was stopped several years ago at version 5.7.1, with no support for newer MySQL or MariaDB, no support for newer PHP, and a lot of open TODOs. This kind of software still has a lot of use today but it needed an update to support the current technologies. As the original repository is frozen, new works have started in this repository. Version 5.7.2 supports PHP 7.x., uses mysqli_ and is for the rest very close to 5.7.1. Version 5.7.3 is a bugfix release with a lot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    A Cake 2 PHP
    This project features a basic php/mysql content management and a public customizable interface. (CakePHP features) multi-user access, e-shop profiles, CRUD posting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    gen

    gen

    Converts a database into gorm structs and RESTful api

    The gen tool produces a CRUD (Create, read, update and delete) REST API project template from a given database. The gen tool will connect to the db connection string analyze the database and generate the code based on the flags provided. By reading details from the database about the column structure, gen generates a go-compatible struct type with the required column names, data types, and annotations. It supports gorm tags and implements some usable methods. Generated data types include...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Sormula

    Java ORM

    Simple (Easy) Object Relational Mapping for Java Sormula is a Java library that moves data between Java objects and relational database tables. * Easy to Use * Simple to Understand * Minimal Configuration * Portable It provides select, insert, update, and delete, and many other common operations. One-to-one and one-to-many cascading for unlimited levels. Simplified IN operator parameter as java.util.Collection. Custom conversions between any Java class/type and column type. *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Michel Max - SSMS Tools 2017

    Michel Max - SSMS Tools 2017

    Tools for Microsoft SQL Server Management Studio 2017

    ... in the SQL Code. - Style Markers for the same word in the SQL Code. - Configurable CRUD creation. - Copy/Paste Table Structure and Data (Client Side). - Grid Search, with advanced Extended and Regular Expression. - Grid Search Highlight. - Grid Style Markers. - Grid Export to JSON, Excel XML. - Grid Image Capture. - Configurable Header Text Template, with quick insert, so you can easily sign you codes. - Quick encapsulate code in region.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Michel Max - SSMS Tools 2019

    Michel Max - SSMS Tools 2019

    Tools for Microsoft SQL Server Management Studio 2019

    ... in the SQL Code. - Style Markers for the same word in the SQL Code. - Configurable CRUD creation. - Copy/Paste Table Structure and Data (Client Side). - Grid Search, with advanced Extended and Regular Expression. - Grid Search Highlight. - Grid Style Markers. - Grid Export to JSON, Excel XML. - Grid Image Capture. - Configurable Header Text Template, with quick insert, so you can easily sign you codes. - Quick encapsulate code in region.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Michel Max - SSMS Tools 2016

    Michel Max - SSMS Tools 2016

    Tools for Microsoft SQL Server Management Studio 2016

    ... in the SQL Code. - Style Markers for the same word in the SQL Code. - Configurable CRUD creation. - Copy/Paste Table Structure and Data (Client Side). - Grid Search, with advanced Extended and Regular Expression. - Grid Search Highlight. - Grid Style Markers. - Grid Export to JSON, Excel XML. - Grid Image Capture. - Configurable Header Text Template, with quick insert, so you can easily sign you codes. - Quick encapsulate code in region.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Michel Max - SSMS Tools 2014

    Michel Max - SSMS Tools 2014

    Tools for Microsoft SQL Server Management Studio 2014

    ... in the SQL Code. - Style Markers for the same word in the SQL Code. - Configurable CRUD creation. - Copy/Paste Table Structure and Data (Client Side). - Grid Search, with advanced Extended and Regular Expression. - Grid Search Highlight. - Grid Style Markers. - Grid Export to JSON, Excel XML. - Grid Image Capture. - Configurable Header Text Template, with quick insert, so you can easily sign you codes. - Quick encapsulate code in region.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Michel Max - SSMS Tools 2012

    Michel Max - SSMS Tools 2012

    Tools for Microsoft SQL Server Management Studio 2012

    ... in the SQL Code. - Style Markers for the same word in the SQL Code. - Configurable CRUD creation. - Copy/Paste Table Structure and Data (Client Side). - Grid Search, with advanced Extended and Regular Expression. - Grid Search Highlight. - Grid Style Markers. - Grid Export to JSON, Excel XML. - Grid Image Capture. - Configurable Header Text Template, with quick insert, so you can easily sign you codes. - Quick encapsulate code in region.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Auto Crud

    Criador Automático de CRUDs com PHP PDO

    Criador automático de CRUDs usando PHP com PDO, bootstrap, paginação e busca.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    APISudPersistence

    APISudPersistence

    APISudPersistence, é uma API de mapeamento parecida com o Hibernate, podendo mapear um atributo de uma entidade com as colunas de uma tabela, realizando a persistência dos dados, sem a necessidade de criar sql de insert. etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Radiocarbon database

    A web based (MYSQL & PHP) radiocarbon database

    A web bsed radiocarbon database to introduce information online and publish them to internet. Users and permisions allows to control the introduction. In order to publish current radiocarbon information, the application provides web based forms (with several rols) and permits users and groups for entering, maintaining and validating the information. After that it is available to anyone. Based on grocery crud ( https://www.grocerycrud.com/ ) and codeigniter. A intuitive menu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    webiness

    webiness

    Small PHP MVC Framework

    Webiness is lightweight PHP framework based on MVC design pattern. Webiness is free and open source project available under MIT licence. and, in some way, It's inspirated by Yii Framework but it has much less features then Yii. It try to keep good balance between number of features, usability, speed, security options and easy of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Webiness

    Webiness

    Lightweight PHP framework

    ... is integrated with jQuery, and it comes with a set of AJAX-enabled features and his own light CSS framework for frontend development. Trying to be secure, it has integrated authetification and authorization module, RBAC user interface, sessions expire feature, input validation, CSRF protection, SQL injection prevention and other security features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    Evolutility is a lightweight CRUD framework for heavy lifting. With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25

    sqlite database manager

    sqlite database manager -sqdatabase - free powerfull database manager

    sqlite database manager -sqdatabase- free powerfull database manager. With this application you can make your crud operation (insert update delete read) and tou can run your sql code or if you want to work with excel with database advantages you can use this application import your excel file or sql file and that is all !! And new version 3 came!! With version 3 added pagination ! some bugs fixed now sqdatabase more stable and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next