sqlcheck automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries.sqlcheck targets all major SQL dialects.
sql database postgresql mysql sqlite3 command-line microsoft-sql-server oracle anti-patterns performanceObjection.js is an ORM for Node.js that aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while keeping magic to a minimum.Objection.js is built on an SQL query builder called knex. All databases supported by knex are supported by objection.js. SQLite3, Postgres and MySQL are thoroughly tested.
orm knex sql query query-builder postgresql mysql sqlite3Asynchronous, non-blocking SQLite3 bindings for Node.js.The sqlite3 module works with Node.js v0.10.x, v0.12.x, v4.x, v5.x, v6.x and v7.x.
sql sqlite sqlite3 databaseIsso is a lightweight commenting server similar to Disqus. It allows anonymous comments, maintains identity and is simple to administrate. It uses JavaScript and cross-origin ressource sharing for easy integration into (static) websites.
disqus commenting self-hosted sqlite3 commenting-system commenting-engine disqus-alternativeA micro-service development architecture based on nest.js, AOP . —— 基于 Nest.js 的微服务开发架构,异步高性能应用、AOP(面向切面编程)
notadd cms shop mall bbs spa mysql postgresql sqlite3 nodejs nest nestjs typescript angular material2 microservice fastifySQL-er is a tiny portable server enables you to write APIs using SQL query to be executed when anyone hits it, also it enables you to define validation rules so you can validate the request body/query params, as well as data transformation using simple javascript syntax. sqler uses nginx style configuration language (HCL) amd javascript engine for custom expressions. RESTful server could be used to interact directly with i.e mobile, browser, ... etc, in this mode SQLer is protected by authorizers, which gives you the ability to check authorization against another 3rd-party api. Each macro you add to the configuration file(s) you can access to it by issuing a http request to /<macro-name>, every query param and json body will be passed to the macro .Input.
mysql sqlite3 postgresql cockroach mssql api-rest restful baasImagine being able to have many connections to the same database, each one reading a separate branch or commit at the same time. Or even writing to separate branches. Database branching is a very useful tool for blockchain implementations and LiteTree will be at the core of Aergo.
database sqlite3 aergoFoundation of this library is based on Chris Brody's Cordova SQLite plugin. There are sample apps provided in test directory that can be used in with the AwesomeProject generated by React Native. All you have to do is to copy one of those files into your AwesomeProject replacing index.ios.js.
react-native-sqlite-storage react-native-sqlite react-component reactnative react-native sqlite sqlite3 ios android promise cordova-sqlite-storageMikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of work and Identity Map patterns. It supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases. Heavily inspired by Doctrine and Nextras ORM.
orm javascript-orm mongodb sqlite postgresql entities entity sqlite3 datamapper unit-of-work identity-map postgre typescript-orm mongo mariadb mysql data-mapperLithium HTTP server and SQL drivers are ranked #1 on the TechEmpower benchmark (composite score). If you are using lithium and would like to name your project here, please submit a PR.
mysql json orm cpp asynchronous postgresql http-client api-server mysql-server http-server webframework sqlite3 cpp17 cpp-library sql-driver object-relational-mapper webprogrammingdatabase_rewinder is a minimalist's tiny and ultra-fast database cleaner. database_rewinder memorizes every table name into which INSERT SQL was performed during each test case. Then it executes DELETE SQL only against these tables when cleaning. So, the more number of tables you have in your database, the more benefit you will get. Also, database_rewinder joins all DELETE SQL statements and casts it in one DB server call.
rails testing database postgresql mysql sqlite3A binding for sqlite3 for React Native. Allows a database to be opened and for SQL queries to be run on it.Written by Thomas Parslow (almostobsolete.net and tomparslow.co.uk) as part of Active Inbox (activeinboxhq.com).
react-component reactnative react-native sqlite sqlite3 iosusql is a universal command-line interface for PostgreSQL, MySQL, Oracle, SQLite3, Microsoft SQL Server, and other databases.The below is a demonstration using usql with xo's booktest simple test database, showcasing the release version v0.5.0. In the demonstration, usql connects to a PostgreSQL database, executes some queries, with variable interpolation, connects to a SQLite3 database file, and does some more queries, before then connecting to a Microsoft SQL database and ending the session.
sql postgresql mysql sqlite3 command-line microsoft-sql-server oracle-database cliOriginally, SOCI was developed by Maciej Sobczak at CERN as abstraction layer for Oracle, a Simple Oracle Call Interface. Later, several database backends have been developed for SOCI, thus the long name has lost its practicality. Currently, if you like, SOCI may stand for Simple Open (Database) Call Interface or something similar. SOCI library is distributed under the terms of the Boost Software License.
cplusplus database-library oracle postgresql mysql odbc db2 firebird sqlite3 boostRediSQL is a module for Redis that embed a completely functional SQLite database. RediSQL enables new paradigm where is possible to have several smaller decentralized databases instead of a single giant one.
redisql sql sqlite3 redis in-memoryAdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
mysql sql orm postgresql sqlite3 active-record first-party-packageThe fastest and simplest library for SQLite3 in Node.js. It has Full transaction support, High performance, efficiency, and safety, Support for user-defined functions, aggregates, and extensions.
sqlite node-sqlite database-library sqlite3Tale's English meaning for the Story, I believe that every person who insists on writing a blog is a story; Chinese you call it Collapse does not matter.Tale uses a lightweight mvc framework Blade for development, the default theme using a beautiful pinghsu, if you think this project is good, please support it star.
blade tale blog java-blog java8 sqlite3 blog-engineWhen using Entity Framework Core for data access all database exceptions are wrapped in DbUpdateException. If you need to find whether the exception was caused by a unique constraint, value being too long or value missing for a required column you need to dig into the concrete DbException subclass instance and check the error code to determine the exact cause. EntityFramework.Exceptions simplifies this by handling all the database specific details and throwing different exceptions. All you have to do is to configure DbContext by calling UseExceptionProcessor and handle the exception(s) such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException, ReferenceConstraintException you need.
mysql sql-server sqlite postgresql oracle entity-framework sqlite3 entityframework entity-framework-core odp-net netcore2 netcore3 database-exceptionsSqueal provides access to SQLite databases in Swift. Its goal is to provide a simple and straight-forward base API, allowing developers to build on top in ways that make sense for their apps. The API provides direct SQL access, as well as a complete set of helpers to reduce SQL drudgery. It's not a goal of this project to hide SQL from the developer, or to provide a generic object-mapping on top of SQLite. The above example can be found in Squeal.playground to allow further exploration of Squeal's interface.
sqlite-database sqlite3 sqlite database sql
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.