Yesql is a Clojure library for using SQL.Frozen. Maintainer sought.
database-helper query-library sql-builderFollow @groue on Twitter for release announcements and usage tips. GRDB provides raw access to SQL and advanced SQLite features, because one sometimes enjoys a sharp tool. It has robust concurrency primitives, so that multi-threaded applications can efficiently use their databases. It grants your application models with persistence and fetching methods, so that you don't have to deal with SQL and raw database rows when you don't want to.
sqlite database sql sql-builder grdbTextQL allows you to easily execute SQL against structured text like CSV or TSV.
query-builder sql-builder sql-on-csvSQLx is an async, pure Rust SQL crate featuring compile-time checked queries without a DSL. It is truly Asynchronous. Built from the ground-up using async/await for maximum concurrency. It has support for PostgreSQL, MySQL, SQLite, and MSSQL.
mysql postgres sql async sqlite postgresql mariadb mssql await orm sql-builder connection-poolIn order to start using goqu with your database you need to load an adapter. We have included some adapters by default. Adapters in goqu work the same way as a driver with the database in that they register themselves with goqu once loaded.
sql sql-statement sql-builder database postgresql mysql sqlite sql-query sql-generationJinjaSQL is a template language for SQL statements and scripts. Since it's based in Jinja2, you have all the power it offers - conditional statements, macros, looping constructs, blocks, inheritance, and many more. JinjaSQL doesn't actually execute the query - it only prepares the query and the bind parameters. You can execute the query using any database engine / driver you are working with.
sql sql-builder jinja2 sql-injection sql-queryHigh level sql toolkit for clojure (backed by jooq library)
database postgresql jooq jooq-library sql sql-builder sql-toolkitIf you're looking for something that is not an ORM but can generate SQL for you, you just found the right one. SQLBuilder is not an ORM (Object relational mapping) system, but a toolset that helps you generate cross-platform SQL queries in PHP.
sql-builder sql-query mysql pgsql databaseSimple tool to externalize SQL from Java
opengamma sql sql-builderPackage sqlbuilder provides a set of flexible and powerful SQL string builders. The only goal of this package is to build SQL string with arguments which can be used in DB#Query or DB#Exec defined in package database/sql. Use go get to install this package.
sql-builder orm sql mysql postgresqlAndroid lightweight, high performance ORM framework.
android-orm orm performance android sql sql-builder database sql-query annotation-processor apt annotation-processing javapoetA validating SQL lexer and parser with a focus on MySQL dialect. The API documentation is available at https://develdocs.phpmyadmin.net/sql-parser/.
sql-query sql-parser mysql sql parser sql-builderDbExtensions is a data-access framework with a strong focus on query composition, granularity and code aesthetics. It supports both POCO and dynamic (untyped) mapping. See the project home and the documentation for more information.
micro-orm sql-builder adonetit is a sql builder for golang.Chain style to build your sql. It is easy to read from database or write data to database.
sql sql-builder activerecord orm mysql-ormLightweight high-performance data access components for generating SQL commands, mapping results to strongly typed POCO models or dictionaries, schema-less CRUD-operations with RecordSet. Generic implementation of DbFactory can be used with any ADO.NET connector.
dot-net dotnetcore data-access-layer micro-orm sql-generation sql-builder poco database orm crud
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.