150 skills found · Page 5 of 5
amyJin / SQLParserThis is a c++ project to parse the validation of SQL query(SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REPLACE, SHOWTABLESTATUS)
fulvio999 / World City Location TimesCoordinates (latitude, longitude) and timezone info for many world city as SQL insert for new application development
astef / Benchmark Sqlite3 Bulk InsertBenchmark of sqlite3 bulk inserts with different pragmas.
rzh0001 / Excel2SQLgenerate insert sql from excel file
fglaeser / FakeDataEngineIntelligent data generator for Sql Server and Oracle. Insert realistic data into tables for testing (CDC like) purpose.
91ahmed / CsvtoSqlConvert a csv file into optimized sql insert statement.
Mohith2005 / SQLBASIC SQL , create a database , DDL , DML , insert , alter task
maydaytx / SQLDumpCommand line utility to dump data from a SQL Server database to insert statements
abdullah7701 / BLOOD BANK This is a C# and SQL project. Having ADD,UPDATE,DELETE,INSERT,DROP,SEARCH query. visual studio and SQL management studio
FilipVanVooren / Blob JSCreate PL/SQL script for inserting a binary file as BLOB into your Oracle database
chamira / SQLiteManagerSimple SQL Manager class to do operations such as open database, close database, insert, update, delete and select
Gemini-D / Php Mysql ReplicationPure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
buraktabn / Dart Sql BuilderA flexible and easy-to-use query builder for Dart that simplifies the process of creating complex SQL queries. It currently supports SELECT, INSERT, UPDATE, and DELETE queries with a chainable API, making it easier to build and maintain SQL queries without writing raw SQL strings.
helotpl / CliptableCliptable for macOS allows to convert tables between different formats inside OS clipboard.
ThiagoRosa21 / DBCrafterDBCrafter is an application that generates SQL INSERT commands from Excel or Power BI tables. Users upload a file, select columns, and the app creates optimized SQL scripts for database insertion. It’s ideal for saving time and reducing errors in data integration tasks.
18F / Sql Insert WriterHelps make long SQL INSERT statements readably
PythonProgramming / SQLite Tutorial Basicshttp://pythonprogramming.net/sql-database-python-part-1-inserting-database/
RichPollock / MySQL Tree Insert From Tab Indented ListA PHP script to generate a MySQL INSERT statement (using the nested set model) for a tree structure stored in a tab-indented plain text list
gbachs / SqlBulkInsert.HelperC# Library to allow for a streamlined way of using Objects to bulk insert large amounts of data into a MSSQL or PostgreSQL database.
korczis / Csv2psqlTool for transforming CSV into SQL statements for insert or update into DB