Showing 2243 open source projects for "ms-sql"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Centre d'informations (CI)

    Centre d'informations (CI)

    Not a search engine but navigation routes within a research domain.

    The Centre d'Informations (CI) aim is to articulate and display whatever type of knowledge available on a given field (see screenshots examples for various fields). The software is built as a network of information articulated using concepts (figure). The website should not be understood as a conventional search engine but as different ways to navigate within this knowledge (information and concept) network. Each information is thoroughly formalized; the aim is not exhaustivity or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LazPGDesigner es un diseñador visual de base de datos integrando herramientas para una modelacion, creacion y mantenimiento simple y flexible, hacen que el diseño sea un trabajo facil y divertido para los desarrolladores
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Our goal is to create a distributed encyclopedia of music. Currently, our 60.000 registered users have build up a database of over 2.400.000 track names with the artist and album.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Simple sistem to shorten urls. * Use Adler32 to make hash and save url in a tree of directories. * Not use sql databases. * When make hash, return json with data * To activate redirect, only use hash as subdirectory. Ex: http://localhost/urls/[hash]
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    Dieses Projekt entwickelte eine Software für die Verwaltung einer Jugendfeuerwehr. Das Hauptprogramm kann frei durch Moduls erweitert werden und hinterlegt alle Daten in einer Datenbank. Es ist für die Anwendung in in den Nachwuchsabteilungen der Feuer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Imagine this sql SELECT DIFF(f1.*,f2.*) FROM `/ws/src/test` f1,`/ws/src/test/.svn/text-base` f2 WHERE f1.filename=CONCAT(f2.filename,'.svn-base'); F8QL is about mapping filesystem as db, F(S slashed)QL is a jdbc compliant API patterned on mysql queries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A PHP class that replace the need to build textual SELECT queries. By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MySQL is a true multi-user, multi-threaded SQL database server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RequeteurV2 est un outil de reporting qui génère des statistiques à partir d'une base de données Mysql. Ex: Montant moyen des ventes par commercial par mois au format tableau ou sql. Réalisé par Gérald Boily et Securitas Alert Services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 10
    Providing a Web based console to manage a remote machine: copy/paste, execute commands, edit files, exectue SQL statement, provide AJAX based look and feel, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SQLMerger is an Open Source visual SQL differencing and merging tool written in Java. It is highly useful for determing what has changed between differents tables, and then merging changes between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Graphical user interface for Apache Derby. Using as little dependencies as possible. Aiming for a solid API and a pleasant user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project will be a command-line/gui driven book cataloging utility that will allow simple input based on isbn (and possibly title at a later date) for use on major platforms (linux, os x, win32) in conjunction with the MySQL database software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MyLib is a smart desktop assistant to manage PDF/PPT/PS documents. These types of documents are frequently used by academic & engineering communities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RBFF is a JDBC driver for being able to easily view and execute simple select SQL queries against a record-based flat file (such as EDI files, or other proprietary legacy files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Fazylat

    پروژه قرآنی فضیلت (دیتابیس کامل قرآن)

    بسم الله الرحمن الرحیم پروژه قرآنی فضیلت از اواخر سال 1392 با هدف ایجاد یک دیتابیس قرآنی کامل به همراه کلیه افزونه های مورد نیاز برنامه نویسان در حال توسعه می باشد. مهمترین هدف ما این است که برنامه نویسان قرآنی بجای صرف وقت برای تولید محتوای عمدتا ثابت مانند دیتابیس، فایل صوتی و...مستقیما سراغ شروع پروژه رفته و نرم افزارهای نوآورانه ایجاد نمایند.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    hippocampus

    shared memory object server database

    ...The idea behind this confusing words is to have a python's like environment able to share objects across multiple processes, removing the GIL but restrincting the use of this environment to data manipulation. The motivation is to avoid all the ORM configuration, SQL manipulation and objects replications needed when using an rdbms. I want to implementation the engine with C as it is a commonly known language and it has a good support of the linux's shared memory. I have already done an encouraging poc with C and mmap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Our project is to provide Spanish Localization for MaNGOS Database. We'll give you UPDATE SQL files that you should be able to run over any MaNGOS Database of your choice to provide spanish locales to your server.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo