762 projects tagged "SQL"
Awake SQL is a virtual JDBC Driver and a framework that enables remote JDBC access through HTTP. It allows Android and Java desktop app developers to use regular JDBC calls to access remote SQL databases in the cloud. It implements the main data types including blobs/clobs, and supports transactions. Security has been taken into account from the design stage: server-side configuration lets admins specify strong authentication and security rules in order to protect the databases.
Dash Reports is a versatile and lightweight reporting solution. It allows users and administrators to create a large range of reports driven by SQL databases. It also supports the creation of complex and powerful dashboards, with local caching of results to reduce load on the source database. Various report output formats are supported and the results can be styled using templates. The system allows for scheduled or user-invoked reports, delivered via browser, file, FTP/SFTP, or email.
Nnmware CMF is a Django-based Content Management Framework. It provides a lightweight base for Follows, Actions, Tags, Docs, Images, User Notices, User Messages, Thread Comments, Thread Categories, Country, Region, City, Transaction, Currency, Exchange Rate, Profiles, Topics, Boards, Articles, OEmbed Video Parsing and Storage, and a Booking application base. It includes Social Authorization from django social-auth.
TimeMachine Scheduler is a Java scheduler which can scale and run a high volume of jobs with many different types of schedules, such as repeating on a fixed interval or based on cron expressions. The scheduler can control the job executions with thread pools, and it can persist job data into different storage receptacles. Users may use the built-in schedule server with an easy-to-use configuration file, or developers may use it as a library to extend the scheduler and write custom jobs, schedules, or user services.
QRwave uses QR codes to streamline the B2B ordering process. It is a Web service/smartphone application combo which allows your clients to place an order by simply scanning an item's QR code. With QRwave, any authorized company employees can place a restocking order as soon as they notice that supplies are running low. There's no need to remember a website URL or vendor information. Everything is included in the QR code.
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.