Showing 7181 open source projects for "sql server client"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    SQL Formatter

    SQL Formatter

    A whitespace formatter for different query languages

    SQL Formatter is a JavaScript library for pretty-printing SQL queries. It started as a port of a PHP Library, but has since considerably diverged. It supports various SQL dialects: GCP BigQuery, IBM DB2, Apache Hive, MariaDB, MySQL, Couchbase N1QL, Oracle PL/SQL, PostgreSQL, Amazon Redshift, SingleStoreDB, Snowflake, Spark, SQL Server Transact-SQL, Trino/Presto. See language option docs for more details. The CLI tool will be installed under sql-formatter and may be invoked via npx sql-formatter...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Azure Data SQL Samples

    Azure Data SQL Samples

    Official Microsoft repository containing code samples for SQL Server

    This GitHub repository contains code samples that demonstrate how to use Microsoft's Azure Data products including SQL Server, Azure SQL Database, Azure Synapse, and Azure SQL Edge. Each sample includes a README file that explains how to run and use the sample. Note that certain features like In-Memory OLTP are edition specific for SQL Server and would be possible to implement if the edition which supports that feature is being used to run the sample. Releases allow you to conveniently download...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    PostgreSQL client and ORM for Golang

    PostgreSQL client and ORM for Golang

    Golang ORM with focus on PostgreSQL features and performance

    Basic types, integers, floats, string, bool, time.Time, net.IP, net.IPNet. All struct fields are nullable by default and zero values (empty string, 0, zero time, empty map or slice, nil ptr) are marshalled as SQL NULL. pg:",notnull" is used to add SQL NOT NULL constraint and pg:",use_zero" to allow Go zero values. sql.NullBool, sql.NullString, sql.NullInt64, sql.NullFloat64 and pg.NullTime. Structs, maps and arrays are marshalled as JSON by default. PostgreSQL multidimensional Arrays using...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Apollo Client Browser Devtools

    Apollo Client Browser Devtools

    Apollo Client browser developer tools

    This repository contains the Apollo Client Browser Devtools extension for Chrome & Firefox. The Apollo Client Browser Devtools appears as an "Apollo" tab in your web browser inspector, alongside other tabs like "Elements" and "Console". Send queries to your server through your web applications configured Apollo Client instance, or query the Apollo Client cache to see what data is loaded. View active queries, variables, cached results, and re-run individual queries. View fired mutations...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    Outline Client

    Outline Client

    Outline clients, developed by Jigsaw

    Outline clients, developed by Jigsaw. The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks to support Windows, Android / ChromeOS, Linux, iOS and macOS. The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the Outline Server software, but it is fully compatible with any Shadowsocks server. The client's user interface is implemented in Polymer 2.0...
    Downloads: 128 This Week
    Last Update:
    See Project
  • 6
    Java Client for Google Maps Services

    Java Client for Google Maps Services

    Java client library for Google Maps API Web Services

    This library brings the Google Maps API Web Services to your server-side Java application. Each Google Maps Web Service request requires an API key. API keys are generated in the 'Credentials' page of the 'APIs & Services' tab of Google Cloud console. The Java Client for Google Maps Services is designed for use in both server and Android applications. In either case, it is important to add API key restrictions to improve the security of your API key. Additional security measures, such as hiding...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Bitwarden Server

    Bitwarden Server

    The core infrastructure backend of Bitwarden

    Bitwarden Server is an open source project that contains all of the core infrastructure backend of all Bitwarden client applications. This includes APIs, database, Docker and other infrastructure items. Bitwarden is an open source password management solution that stores sensitive information in an encrypted vault. This project is written in C# using .NET Core with ASP.NET Core, while the database is written in T-SQL/SQL Server. Cross-platform, its codebase can be developed, built, run...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    openHAB client for Android

    openHAB client for Android

    openHAB client for Android

    This app is a native client for openHAB which allows easy access to your sitemaps. Control your openHAB server and/or openHAB Cloud instance, e.g., an account with myopenHAB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Node.js Client for Google Maps Services

    Node.js Client for Google Maps Services

    Node.js client library for Google Maps API Web Services

    This library is designed for server-side Node.js applications. Attempting to use it client-side, in either the browser or any other environment like React Native, may in some cases work, but mostly will not. Please refrain from reporting issues with these environments when attempting to use them, since server-side Node.js applications is the only supported environment for this library. For other environments, try the Maps JavaScript API, which contains a comparable feature set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    Prisma Client Go

    Prisma Client Go

    Prisma Client Go is an auto-generated and fully type-safe database

    ... modeling, schema migrations and visual data management. Model your data in the Prisma schema in a human-readable format. Prisma Client is a query builder that composes queries the way you think and is auto-generated from the Prisma schema with types tailored to your app. Prisma Migrate automatically generates SQL database migrations, that are fully customizable, enabling you to make changes to the database without generating migration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MinIO Client Quickstart Guide

    MinIO Client Quickstart Guide

    Fast tool to manage MinIO clusters

    MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3-compatible cloud storage service (AWS Signature v2 and v4). MinIO is distributed under GNU AGPLv3. See the source tree for complete information on all components of the work and their licenses. MinIO is a high-performance object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features. MinIO is built...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Socket.IO-client Java

    Socket.IO-client Java

    A Socket.IO client library for Java

    This is the Socket.IO Client Library for Java, which is simply ported from the JavaScript client. The latest artifact is available on Maven Central. There are several ways to handle events that are transmitted between the server and the client. Add the listener function to the end of the listeners array for the event named eventName. Add a one-time listener function for the event named eventName. Remove the specified listener from the listener array for the event named eventName. Remove all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Socket.IO-Client-Swift

    Socket.IO-Client-Swift

    Socket.IO-client for iOS/OS X

    Socket.IO-client for iOS/OS X. Supports Socket.IO server 2.0+/3.0+/4.0+. Supports Binary, supports Polling and WebSockets, and supports TLS/SSL. Requires Swift 4/5 and Xcode 10.x. Add the project as a dependency to your Package.swift. Add the Starscream and SocketIO frameworks to your projects and follow the usual Carthage process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Suwayomi-Server

    Suwayomi-Server

    A rewrite of Tachiyomi for the Desktop

    A free and open source manga reader server that runs extensions built for Tachiyomi. Suwayomi is an independent Tachiyomi compatible software and is not a Fork of Tachiyomi. Suwayomi-Server is as multi-platform as you can get. Any platform that runs java and/or has a modern browser can run it. This includes Windows, Linux, macOS, chrome OS, etc. Follow Downloading and Running the app for installation instructions.
    Downloads: 47 This Week
    Last Update:
    See Project
  • 15
    java-client

    java-client

    Java language binding for writing Appium Tests

    Java language binding for writing Appium Tests conforms to W3C WebDriver Protocol. Since version 8 Appium Java Client had several major changes, which might require to update your client code. Make sure to follow the v7 to v8 Migration Guide in order to streamline the migration process.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    red5-server

    red5-server

    Red5 Server core

    Red5 is an Open Source Flash Server written in Java that supports streaming Video (FLV, F4V, MP4, 3GP). Streaming Audio (MP3, F4A, M4A, AAC) Recording Client Streams (FLV and AVC+AAC in FLV container) Shared objects, live stream publishing, remoting, and protocols: RTMP, RTMPT, RTMPS, and RTMPE.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Libki Client

    Libki Client

    Libki Client to manage time and book PC reservations

    Libki is a free, open-source, cross-platform system for managing time and booking PC reservations. It's designed for environments that require a controlled computing environment, such as school computer labs, libraries, and public access systems. Libki consists of two parts: the Libki server and the Libki client. The Libki client is a cross-platform client that can run on many operating systems, including Linux and Microsoft Windows. The Libki server is a web-based administration system...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Nextcloud Desktop Client

    Nextcloud Desktop Client

    Desktop sync client for Nextcloud

    Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. Looking for integration apps like browser add-ins for Passwords, a feedreader, and more? Check our app store for integrations! You can already find Nextcloud Desktop client packages...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    BTCPay Server

    BTCPay Server

    Free, open-source & self-hosted, Bitcoin payments

    ... on your website, send a payment link to a client across the globe, or launch a crowdfunding campaign to raise funds for your cause. Get notified when they get paid. Export your invoices in a different format for smoother bookkeeping. Manage your incoming and outgoing funds with a built-in wallet that has hardware wallet support. Use a shared server if you're not tech savvy, or deploy your own instance on cloud servers or hardware devices.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Apollo Server

    Apollo Server

    Spec-compliant and production ready JavaScript GraphQL server

    Apollo Server is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL client, including Apollo Client. It's the best way to build a production-ready, self-documenting GraphQL API that can use data from any source. Apollo Server provides a simple API for integrating with any Node.js web framework or serverless environment. The @apollo/server package itself ships with a minimally-configurable, standalone web server that handles CORS and body parsing out of the box...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    APM Server

    APM Server

    APM Server

    Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real-time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. This makes it easy to pinpoint and fix performance problems quickly. Elastic APM also automatically collects unhandled errors and exceptions. Errors are grouped based primarily...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Libki Server

    Libki Server

    Libki Server for managing computer access for public users

    Libki is an open-source, cross-platform system that allows organizations to manage computer access for public users. It's designed for use in places that require a controlled computing environment, such as libraries, schools, and public access systems. Libki consists of two parts: the Libki server and the Libki client. The server is web-based and allows for customization of the user experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    lua-language-server

    lua-language-server

    A language server that offers Lua language support - programmed in Lua

    The Lua language server provides various language features for Lua to make development easier and faster. With around half a million installs on Visual Studio Code, it is the most popular extension for Lua language support. The language server can be installed for use in Visual Studio Code, NeoVim, and any other clients that support the Language Server Protocol. The language server can be configured using a configuration file. The language server and Visual Studio Code client can be installed...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    SQuirreL SQL Client

    SQuirreL SQL Client

    A Java SQL client for any JDBC compliant database

    SQuirreL SQL Client is a graphical SQL client written in Java that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.
    Leader badge
    Downloads: 1,594 This Week
    Last Update:
    See Project
  • 25
    Fingerprint Pro Server API PHP SDK

    Fingerprint Pro Server API PHP SDK

    PHP SDK for Fingerprint Pro Server API

    Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next