3,341 skills found · Page 7 of 112
nette / Database💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
thomasnield / Oreilly Getting Started With SqlDatabase files for the O'Reilly book "Getting Started with SQL: A hands on approach for beginners" http://goo.gl/z3zG54
burningalchemist / Sql ExporterDatabase-agnostic SQL Exporter for Prometheus
dalibo / Sqlserver2pgsqlMigration tool to convert a Microsoft SQL Server Database into a PostgreSQL database, as automatically as possible
microsoft / GraphViewGraphView is a DLL library that enables users to use SQL Server or Azure SQL Database to efficiently manage graphs.
AmrDeveloper / ClangQLClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK
adonais / SkylarkSkylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
CryptDB / CryptdbA database system that can process SQL queries over encrypted data.
ngrok / SqlmwInterceptors for database/sql
directus / V8 ArchiveDirectus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
yathit / Ydn DbJavascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
mission008 / B2CWeb仿淘宝的B2C商城项目 一、项目介绍:本项目使用SSH框架和MySQL数据库。实现Spring对Hibernate和Struts的整合。目前实现功能:(1)前台功能:用户注册、商品展示、购物车功能(商品进行添加、删除、修改、查看操作),订单提交。(2)后台功能:商品增删改查和订单管理。(3)商品搜索(搜索内容进行分词,提取关键字,模糊查询)。(4)QQ在线咨询功能。本项目基本实现完整的B2C网站的功能。二、项目部署:本项目使用Eclipse_EE + Tomcat7.0+ MySql5.6的开发环境。1、安装 Eclipse_EE、Tomcat、MySql软件。2、MySql数据库中创建shop数据库。(1)CREATE DATABASE shop CHARACTER SET utf8 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT COLLATE utf8_general_ci ; (2)本项目中sql/shop.sql,执行shop.sql,SQL语句创建各种表单,和默认管理员用户 ,默认普通用户。管理员用户名:admin,密码:123.普通用户的用户名:throne212,密码 123. 3、本网站源码导入Eclipse中,网站就可以运行。 ../Shop/manager/index.jsp为后台管理界面。三、任何问题 给我发邮件:nietaooldman@126.com。
Puchaczov / MusoqSQL Runtime without any database
joncrlsn / PgdiffCompares the PostgreSQL schema between two databases and generates SQL statements that can be run manually against the second database to make their schemas match.
simonw / Db To SqliteCLI tool for exporting tables or queries from any SQL database to a SQLite file
dbkangaroo / KangarooKangaroo is an AI-powered SQL client and admin tool for popular databases (MariaDB / MySQL / Oracle / PostgreSQL / Redis / SQLite / SQL Server / ...) on Windows / MacOS / Linux, support table design, query, model, sync, export/import etc, focus on comfortable, fun and developer friendly.
MonetDB / MonetDBThis is the official mirror of the MonetDB Mercurial repository. Please note that we do not accept pull requests on github. The regression test results can be found on the MonetDB Testweb https://www.monetdb.org/testweb/web/status.php .For contributions please see: https://www.monetdb.org/documentation/dev-guide/
engindemirog / Northwind Database Script For Postgre SqlNo description available
microsoft / DacFxDacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
Mindinventory / MindSQLMindSQL: A Python Text-to-SQL RAG Library simplifying database interactions. Seamlessly integrates with PostgreSQL, MySQL, SQLite, Snowflake, and BigQuery. Powered by GPT-4 and Llama 2, it enables natural language queries. Supports ChromaDB and Faiss for context-aware responses.