116 skills found · Page 4 of 4
simonw / Datasette ExplainExplain and validate SQL queries as you type them into Datasette
kallebelins / Mvp24hours NetcoreLibrary for quick product building using: Relational database (SQL Server, PostgreSql, MySql); NoSql database (MongoDb); Key-value database (Redis); Message Broker (RabbitMQ); Pipeline (Pipe and Filters pattern); Documentation (Swagger); Mapping (AutoMapper); Logging (NLog); Patterns for data validation (FluentValidation and Data Annotations), notification (Notification pattern) and specifications (Specification pattern), unit of work, repository, among others.
MrPowerUp82 / Filament Sql FieldInteractive field that allows you to type, validate, and format SQL statements with syntax checking. It also allows for intuitive construction of SELECT queries and export of results in CSV, Excel, and JSON formats.
stephenpfahy / Web Applications ProjectThis is a repository for the project for the Web Applications module for the Higher Diploma in Science (Software Development). It is a client based website which was built using HTML5, CSS3 and JavaScript. The website is connected to a relational database via PHP which inserts, reads, updates, and deletes information entered by the user from the website into the relational database. The relational database used was created for the Database Design & Development Module. Stephen Fahy G00172772 WEB SITE DESIGN 13/12/2015 The projectmain file contains all the files for my South Dublin Housing Council website. This consists of my six html5 webpages. There is a homepage, a tenants page, a property page, a repairs page, a tradesman page and an equipment page. Each webpage is linked to each other by a sidebar on every webpage with links to the other pages. You enter the website via the homepage which then can access all the other webpages of the website. In the projectmain file there is the css file whch contains the external css design for the website, a images file which contains the images for my website, a js file which contains the javascript for the website, and a php file which contains the php insert statements and select statements for each webpage except the homepage. The website is linked to a database via HTML5 forms and my php code on each webpage except the homepage. The database can be accessed by opening the south_dublin_housing_council_repairs file which contains the datafiles or by importing the south_dublin_housing_council_repairs.sql file into your phpadmin in mysql. The website is designed for South Dublin Housing Council's employees so that they can view and update the council's database. The employees access the website via the council's private intranet network which can be used in the main South Dublin Housing Council building in Tallaght or in other council buildings in South Dublin. The employees access the website via the homepage which accesses the other webpages. On the other 5 webpages employees can view the council's database or they can update it. The majority of the website css design was done in an external css file in completesite.css. There was internal css design done in the website such as the table on the homepage using the <style> tag and there was inline css design using the style attribute such as the paragraph on line 108 on the property webpage. Javascript was used to add a link to googlemaps on the property page website so users could view the south Dublin area in Google maps. Php insert and select statements were used to update and view data in the database from a website. The php insert and select statements were used in all the pages except the homepage. All my html5 files have been validated using w3c markup validation service. The website is functional in all browsers but is best viewed in Google Chrome or Mozilla Firefox. CHANGES TO THE WEBSITE FROM THE WEBSITE DESIGN. The website design was not changed when the website was being created, but there was some slight changes made. They changes made are as follows: 1. In the property table the TENANT column was changed to TENANT_ID to have the same name has the TENANT_ID primary key in the tenant table. 2. In the property table the REPAIRS column was changed to REPAIR_ID to have the same name has the REPAIR_ID primary key in the repairs table. 3. In the repairs table the TRADEMAN column was changed to TRADESMAN_ID to have the same name has the TRADESMAN_ID primary key in the tradesman table. 4. In the trademan table the AVAILABILITY column was removed as the information provided with this column conflicted with information in the DATE and TIME columns in the repairs table. 5. In the tradesman table the EQUIPMENT column was changed to EQUIPMENT_ID to have the same name has the EQUIPMENT_ID primary key in the equipment table. 6. In the homepage of the website a table and extra headings were added to section div tag. Also a link was added to this section to bring the user to the next webpage. 7. In the tenant page there were a few changes made to the section div tag. A few extra paragrahs were added and links to view the database were added. There was a link added to go to next page. 8. In the property page there were a few changes made to the sectin div. A few extra paragraphs were added and links to view the database and to go to the homepage were added. 9. A javascript link to view google maps was added to the property page. 10.In the repairs page a few extra paragraphs were added and links to view the database and a link to go to the next page. 11.In the tradesman page a few extra paragraphs were added and links to view the database and a link to go to the next page. 12.In the equipment page a few extra paragraphs were added and links to view the database and a link to go to the next page.
gophergala2016 / DbserviceTool to create apis using json schema for validation and sql for data manipulation
icher-g / SqmSQM (Structured Query Model) is a Java framework for representing SQL as a typed immutable model and running end-to-end SQL pipelines. It supports parse, validate, transform/rewrite, render, serialize, and runtime policy enforcement across multiple dialects and transports.
francis-njenga / Sign Up And Sign In Form PHP MySQL And Form ValidationNo description available
googly1030 / Login And Registration Validation With MySQL And MongoDBThis project is a login and registration validation system built using HTML, CSS, JavaScript, PHP, MongoDB, and MySQL. The system allows users to create an account, log in, and update their account details. The authentication process is handled by PHP, and user information is stored in both MongoDB and MySQL.
smyrgeorge / Sqlx4k SqldelightA coroutine-first SQL toolkit with compile-time query validations for Kotlin Multiplatform. PostgreSQL, MySQL, and SQLite supported.
beni-f / Json FvcJSON FVC is an open source VS Code extension with auto-format on save, real-time validation, plus an under 1ms compiler turning JSON into TypeScript interfaces, Go structs w/ JSON tags, Rust Serde structs & SQL schemas.
web-steel / Koa Api SkeletonREST API skeleton using NodeJS and Koa2, Typescript. TypeORM with class-validator, SQL CRUD. Docker.
tarunms7 / Schema PilotSchemaPilot generates online‑safe PostgreSQL migrations from PRs. It diffs SQLAlchemy models (base vs head), detects rename/add/alter/drop, plans low‑lock steps (defaults→backfill→NOT NULL, FKs NOT VALID→VALIDATE, CREATE INDEX CONCURRENTLY), and emits forward/rollback SQL via CLI or GitHub Action. Adapter‑extensible.
MattGascoyne / DataQualityEngineSQL Server Data Cleansing, Validation and Profiling Tool.
SJTU-IPADS / SQLDrillerRepository for paper "Automated Validating and Fixing of Text-to-SQL Translation with Execution Consistency" (SIGMOD '25)
Farheen-cell / Gabby Cushion 2074A Backend project providing Rest Api for oneClickShopping application. The Api can perform all the crud operation with customer validation on every step.Tech stack which we used are JAVA, SpringBoot, JPA, and SQL
claudiocmm / SqlBIAgentSQL BI Agent is a Streamlit app that allows users to ask natural language questions about their BigQuery data and instantly receive SQL queries with visualizations. It uses LangGraph workflows, LLM-based query generation, and automatic validation to ensure accurate results.
crate / Cratedb SqlparseParsing utilities to validate and split SQL statements for CrateDB.
SimonJonas / SqlServerValidationToolkitA tool for rule-based-validation of SQL Server data
gajus / Eslint Plugin SlonikProvides compile-time SQL query validation by checking your raw SQL strings against your actual database schema, catching errors before runtime.
Labs64 / Labs64.github.ioLabs64 Developers Tools - Useful Online Tools for Developers such as Convertors, Formatters, Viewers, Minifiers, Validators und many others: XML, JSON, JavaScript, Java, C#, Python, SQL